Skip to content

RestClient.AuthenticateJwt

Overview

RestClient RestClient.AuthenticateJwt ( accessToken )
Authenticates the client with JWT token.

Arguments

String accessToken

JWT Access Token

Remarks

  • HTTP Basic method is considered as non-secure mechanism. Password sent is almost in clear text format.
  • Specifying user name and password from scripting environment is not recommended. RestClient.Authenticate method automatically resolves the credentials from domain settings and more secure.

Examples

See Also