OAuthToken Class |
Namespace: Aspose.Email.Clients
The OAuthToken type exposes the following members.
Name | Description | |
---|---|---|
![]() | OAuthToken(String) |
Initializes a new instance of the OAuthToken class
|
![]() | OAuthToken(String, DateTime) |
Initializes a new instance of the OAuthToken class
|
![]() | OAuthToken(String, TokenType, DateTime) |
Initializes a new instance of the OAuthToken class
|
Name | Description | |
---|---|---|
![]() | ExpirationDate |
Gets expiration date of the token.
|
![]() | Expired |
Indicates whether token is expired
|
![]() | Token |
Gets token value
|
![]() | TokenType |
Gets OAuth token type
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |