AccessToken Parse T  Method (String)Nemiro.OAuth
Converts the specified string to an AccessToken.

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

public static T Parse<T>(
	string value
)
where T : AccessToken

Parameters

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

T
Type Inherited from the AccessToken that should be returned.

Return Value

Type: T
A new T instance.
See Also