Initializes a new instance of the OAuth2AccessToken class with a specified access token and refresh token.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- accessTolen
- Type: System String
The access token.
- refreshToken
- Type: System String
The refresh token.
- tokenType
- Type: System String
The token type. For example: bearer. Default: null.
See Also