Converts the specified string to an OAuth2AccessToken.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- value
- Type: System String
A string containing an access token to parse.
Return Value
Type: OAuth2AccessTokenA new OAuth2AccessToken instance.
See Also