OAuthToken

OAuthToken class

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

Constructors

NameDescription
OAuthToken (3 overloads)Initializes a new instance of the OAuthToken class

Methods

NameDescription
EqualsDetermines whether the specified object is equal to the current object.
get_ExpirationDateGets expiration date of the token.
get_ExpiredIndicates whether token is expired
get_TokenGets token value
get_TokenTypeGets OAuth token type
GetHashCodeServes as a hash function for a particular type.
ToStringReturns a string that represents the current object.