Verifies the authorization results for the current URL.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Return Value
Type: AuthorizationResultReturns 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