C# Class SEEK.AdPostingApi.Client.OAuth2TokenClient

Inheritance: IOAuth2TokenClient
Mostrar archivo Open project: SEEK-Jobs/ad-posting-api-client

Public Methods

Method Description
Dispose ( ) : void
GetOAuth2TokenAsync ( ) : Task
OAuth2TokenClient ( string id, string secret ) : System

Private Methods

Method Description
HandleBadResponseAsync ( HttpResponseMessage response ) : System.Threading.Tasks.Task

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetOAuth2TokenAsync() public method

public GetOAuth2TokenAsync ( ) : Task
return Task

OAuth2TokenClient() public method

public OAuth2TokenClient ( string id, string secret ) : System
id string
secret string
return System