Gets the access token from the remote server.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The AuthorizationCode is null or empty. |
Remarks
This is method is implemented at the protocol level (OAuthClient & OAuth2Client).
See Also