|  | 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
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | GetAccessTokenAsync(RequestToken, String) | 
            Returns an access token.
             | 
|  | GetAccessTokenAsync(RequestToken, String, CancellationToken) | 
            Returns an access token.
             | 
|  | GetRequestTokenAsync | 
            Returns a temporary request token, initiating the authorization process.
             | 
|  | GetRequestTokenAsync(CancellationToken) | 
            Returns a temporary request token, initiating the authorization process.
             | 
|  | RenewAccessTokenAsync(AccessToken) | 
            Renews the access token after two or more hours of inactivity.
             | 
|  | RenewAccessTokenAsync(AccessToken, CancellationToken) | 
            Renews the access token after two or more hours of inactivity.
             | 
|  | RevokeAccessTokenAsync(AccessToken) | 
            Revokes an access token.
             | 
|  | RevokeAccessTokenAsync(AccessToken, CancellationToken) | 
            Revokes an access token.
             | 
 See Also
See Also