Skip to content

AuthenticateJwt

Authenticates the client using a JWT (JSON Web Token).

1
myRestClient.AuthenticateJwt(accessToken: string):RestClient

Parameters

string accessToken
    The JWT access token.

Returns

The current RestClient instance.

See Also