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

Inheritance: CBApi.Framework.Requests.AuthTokenRequest
Mostrar archivo Open project: usbsnowcrash/Careerbuilder.Net Class Usage Examples

Public Methods

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

Protected Methods

Method Description
CheckForErrors ( IRestResponse response ) : void

Method Details

AuthTokenRequestStub() public method

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
return CBApi

CheckForErrors() protected method

protected CheckForErrors ( IRestResponse response ) : void
response IRestResponse
return void