OAuthWeb VerifyAuthorization Method (String, String)Nemiro.OAuth
Verifies the authorization results for the specified request identifier and the code of the authorization.

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

public static AuthorizationResult VerifyAuthorization(
	string requestId,
	string code
)

Return Value

Type: AuthorizationResult

Returns the verification results.

Remarks

This method is intended for internal use. It is recommended to use the overload VerifyAuthorization  or VerifyAuthorization(String).

See Also