Click or drag to resize
IAuthService Methods

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

The IAuthService type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetAccessTokenAsync(RequestToken, String)
Returns an access token.
Public methodGetAccessTokenAsync(RequestToken, String, CancellationToken)
Returns an access token.
Public methodGetRequestTokenAsync
Returns a temporary request token, initiating the authorization process.
Public methodGetRequestTokenAsync(CancellationToken)
Returns a temporary request token, initiating the authorization process.
Public methodRenewAccessTokenAsync(AccessToken)
Renews the access token after two or more hours of inactivity.
Public methodRenewAccessTokenAsync(AccessToken, CancellationToken)
Renews the access token after two or more hours of inactivity.
Public methodRevokeAccessTokenAsync(AccessToken)
Revokes an access token.
Public methodRevokeAccessTokenAsync(AccessToken, CancellationToken)
Revokes an access token.
Top
See Also