OAuth2AccessToken Parse Method Nemiro.OAuth
Converts the specified string to an OAuth2AccessToken.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public static OAuth2AccessToken Parse(
	string value
)

Parameters

value
Type: System String
A string containing an access token to parse.

Return Value

Type: OAuth2AccessToken
A new OAuth2AccessToken instance.
See Also