OAuthBase GetAccessToken Method Nemiro.OAuth
Gets the access token from the remote server.

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

protected virtual void GetAccessToken()
Exceptions

ExceptionCondition
ArgumentNullExceptionThe AuthorizationCode is null or empty.
Remarks

This is method is implemented at the protocol level (OAuthClient & OAuth2Client).

See Also