| AuthService Class |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Namespace: ETradeNet.Auth
The AuthService type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthService |
Initializes a new instance of the AuthService class.
|
| Name | Description | |
|---|---|---|
| Dispose |
Releases all unmanaged resources associated with this instance.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetAccessTokenAsync(RequestToken, String) |
Returns an access token.
| |
| GetAccessTokenAsync(RequestToken, String, CancellationToken) |
Returns an access token.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRequestTokenAsync |
Returns a temporary request token, initiating the authorization process.
| |
| GetRequestTokenAsync(CancellationToken) |
Returns a temporary request token, initiating the authorization process.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| 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.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |