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