C# Class SEEK.AdPostingApi.Client.OAuth2TokenClient

Inheritance: IOAuth2TokenClient
Afficher le fichier Open project: SEEK-Jobs/ad-posting-api-client

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetOAuth2TokenAsync ( ) : Task
OAuth2TokenClient ( string id, string secret ) : System

Private Methods

Méthode Description
HandleBadResponseAsync ( HttpResponseMessage response ) : System.Threading.Tasks.Task

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetOAuth2TokenAsync() public méthode

public GetOAuth2TokenAsync ( ) : Task
Résultat Task

OAuth2TokenClient() public méthode

public OAuth2TokenClient ( string id, string secret ) : System
id string
secret string
Résultat System