Values.GetAccessTokenRequestSourceGets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens are valid for one hour.
type nonrec t = {token : TokenString.t;Refresh token, encoded as a JWT token.
*)tokenProperties : MaxSize3StringList.t option;Token properties to validate against those present in the JWT token.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of TokenString.t ])
list ]