Verifies the authorization results for the specified request identifier and the code of the authorization.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- requestId
- Type: System String
Request identifier.
- code
- Type: System String
The authorization code received from the provider server.
Return Value
Type: AuthorizationResultReturns the verification results.
Remarks
This method is intended for internal use. It is recommended to use the overload VerifyAuthorization or VerifyAuthorization(String).
See Also