OAuthToken

OAuthToken class

Contains OAuth token data such like token value, token type, expiration date.

The OAuthToken type exposes the following members:

Constructors

NameDescription
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

NameDescription
token_typeGets OAuth token type
tokenGets token value
expiration_dateGets expiration date of the token.
expiredIndicates whether token is expired

See Also