Values.CreateTokenResponseSourceCreates a long-lived token. A refresh token is a JWT token used to get an access token. With an access token, you can call AssumeRoleWithWebIdentity to get role credentials that you can use to call License Manager to manage the specified license.
type nonrec t = {tokenId : String_.t option;Token ID.
*)tokenType : TokenType.t option;Token type.
*)token : TokenString.t option;Refresh token, encoded as a JWT token.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AuthorizationException of AuthorizationException.t| `RateLimitExceededException of RateLimitExceededException.t| `RedirectException of RedirectException.t| `ResourceLimitExceededException of ResourceLimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServerInternalException of ServerInternalException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `RedirectException of RedirectException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `RedirectException of RedirectException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]