C# Class AeroFSSDK.Impl.AeroFSAuthClientImpl

Inheritance: AeroFSAuthAPI
Datei anzeigen Open project: aerofs/aerofs-sdk-csharp

Public Methods

Method Description
ExchangeAuthorizationCodeForAccessToken ( string code ) : string
GenerateAuthorizationUrl ( IEnumerable scopes ) : string
RevokeAccessToken ( string accessToken ) : void

Method Details

ExchangeAuthorizationCodeForAccessToken() public method

public ExchangeAuthorizationCodeForAccessToken ( string code ) : string
code string
return string

GenerateAuthorizationUrl() public method

public GenerateAuthorizationUrl ( IEnumerable scopes ) : string
scopes IEnumerable
return string

RevokeAccessToken() public method

public RevokeAccessToken ( string accessToken ) : void
accessToken string
return void