Values.JwtBearerGrantSourceA structure that defines configuration settings for an application that supports the JWT Bearer Token Authorization Grant. The AuthorizedAudience field is the aud claim. For more information, see RFC 7523.
val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of TokenIssuerAudience.t ] list
| `String of TrustedTokenIssuerArn.t ])
list ]
list ])
list ]