OAuthToken
Contents
[
Hide
]
OAuthToken constructor (1 of 3)
Initializes a new instance of the OAuthToken
class
public OAuthToken(string token)
Parameter | Type | Description |
---|---|---|
token | String | Refresh token value |
See Also
- class OAuthToken
- namespace Aspose.Email.Clients
- assembly Aspose.Email
OAuthToken constructor (2 of 3)
Initializes a new instance of the OAuthToken
class
public OAuthToken(string token, DateTime expirationDate)
Parameter | Type | Description |
---|---|---|
token | String | Access token value |
expirationDate | DateTime | Expiration date of the token. |
See Also
- class OAuthToken
- namespace Aspose.Email.Clients
- assembly Aspose.Email
OAuthToken constructor (3 of 3)
Initializes a new instance of the OAuthToken
class
public OAuthToken(string token, TokenType tokenType, DateTime expirationDate)
Parameter | Type | Description |
---|---|---|
token | String | Token value |
tokenType | TokenType | OAuth token type |
expirationDate | DateTime | Expiration date of the token. |
See Also
- enum TokenType
- class OAuthToken
- namespace Aspose.Email.Clients
- assembly Aspose.Email