OAuthWeb VerifyAuthorization Method Nemiro.OAuth
Verifies the authorization results for the current 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()

Return Value

Type: AuthorizationResult

Returns the verification results.

Remarks

The method will not work in desktop applications. For desktop applications you can use the overloads VerifyAuthorization(String) or VerifyAuthorization(String, String).

See Also