OAuthAuthorization   Conversion (String to OAuthAuthorization)Nemiro.OAuth
Creates a new OAuthAuthorization instance from String.

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

public static implicit operator OAuthAuthorization (
	string value
)

Parameters

value
Type: System String
The value from which will be created a new instance of the OAuthAuthorization.

Return Value

Type: OAuthAuthorization
See Also