OAuthWeb VerifyAuthorization Method (String)Nemiro.OAuth
Verifies the authorization results for the specified URL.

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 url
)

Parameters

url
Type: System String
Address at which to perform the verification.

Return Value

Type: AuthorizationResult

Returns the verification results.

See Also