Values.HoneycodeConnectorProfileCredentialsSourceThe connector-specific credentials required when using Amazon Honeycode.
type nonrec t = {accessToken : AccessToken.t option;The credentials used to access protected Amazon Honeycode resources.
*)refreshToken : RefreshToken.t option;The credentials used to acquire new access tokens.
*)oAuthRequest : ConnectorOAuthRequest.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccessToken.t
| `Structure of (string * [> `String of AuthCode.t ]) list ])
list ]