Values_1.JWTBearerPropertiesSourceJWT bearer token configuration that defines the properties needed for the JWT Bearer grant type flow.
type nonrec t = {tokenUrl : Values_0.ConnectorProperty.t option;The token endpoint URL where the JWT bearer token will be exchanged for an access token.
*)requestMethod : HTTPMethod.t option;The HTTP method to use when making JWT bearer token requests, typically POST.
*)contentType : ContentType.t option;The content type to use for JWT bearer token requests, such as application/x-www-form-urlencoded or application/json.
*)jwtToken : Values_0.ConnectorProperty.t option;The JWT token to be used in the bearer token grant flow for authentication.
*)tokenUrlParameters : ConnectorPropertyList.t option;Additional parameters to include in token URL requests as key-value pairs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `String of string ])
list ]
list
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `String of string ])
list ])
list ]