C# Class Tests.CBApi.models.requests.AuthTokenRequestStub

Inheritance: CBApi.Framework.Requests.AuthTokenRequest
Afficher le fichier Open project: usbsnowcrash/Careerbuilder.Net Class Usage Examples

Méthodes publiques

Méthode Description
AuthTokenRequestStub ( string clientId, string clientSecret, string code, string redirectUri, string key, string domain, string cobrand, string siteid ) : CBApi

Méthodes protégées

Méthode Description
CheckForErrors ( IRestResponse response ) : void

Method Details

AuthTokenRequestStub() public méthode

public AuthTokenRequestStub ( string clientId, string clientSecret, string code, string redirectUri, string key, string domain, string cobrand, string siteid ) : CBApi
clientId string
clientSecret string
code string
redirectUri string
key string
domain string
cobrand string
siteid string
Résultat CBApi

CheckForErrors() protected méthode

protected CheckForErrors ( IRestResponse response ) : void
response IRestResponse
Résultat void