OAuthToken
OAuthToken class
Contains OAuth token data such like token value, token type, expiration date.
The OAuthToken type exposes the following members:
Constructors
| Name | Description |
|---|---|
| OAuthToken(token) | Initializes a new instance of the OAuthToken class |
| OAuthToken(token, expiration_date) | Initializes a new instance of the OAuthToken class |
| OAuthToken(token, token_type, expiration_date) | Initializes a new instance of the OAuthToken class |
Properties
| Name | Description |
|---|---|
| token_type | Gets OAuth token type |
| token | Gets token value |
| expiration_date | Gets expiration date of the token. |
| expired | Indicates whether token is expired |
See Also
- namespace aspose.email.clients
- assembly Aspose.Email