OAuthWeb VerifyAuthorizationAndRemoveRequest Method (String)Nemiro.OAuth
Verifies the authorization results for the specified URL, and removes the request from memory.

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

public static AuthorizationResult VerifyAuthorizationAndRemoveRequest(
	string url
)

Parameters

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

Return Value

Type: AuthorizationResult

Returns the verification results.

See Also