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

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

public static OAuthAccessToken Parse(
	string value
)

Parameters

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

Return Value

Type: OAuthAccessToken
A new OAuthAccessToken instance.
See Also