AuthenticateJwt¶
Authenticates the client using a JWT (JSON Web Token).
1 |
|
Parameters¶
string accessToken
The JWT access token.
Returns¶
The current RestClient instance.
Authenticates the client using a JWT (JSON Web Token).
1 |
|
string accessToken
The JWT access token.
The current RestClient instance.