OAuthToken
OAuthToken class
Contains OAuth token data such like token value, token type, expiration date.
Constructors
| Name | Description |
|---|---|
| OAuthToken (3 overloads) | Initializes a new instance of the OAuthToken class |
Methods
| Name | Description |
|---|---|
| Equals | Determines whether the specified object is equal to the current object. |
| get_ExpirationDate | Gets expiration date of the token. |
| get_Expired | Indicates whether token is expired |
| get_Token | Gets token value |
| get_TokenType | Gets OAuth token type |
| GetHashCode | Serves as a hash function for a particular type. |
| ToString | Returns a string that represents the current object. |