Values_1.CredentialsSourceContains credentials to use for federation.
type nonrec t = {accessToken : SecurityToken.t option;An access token generated for a federated user to access Amazon Connect.
*)accessTokenExpiration : string option;A token generated with an expiration time for the session a user is logged in to Amazon Connect.
*)refreshToken : SecurityToken.t option;Renews a token generated for a user to access the Amazon Connect instance.
*)refreshTokenExpiration : string option;Renews the expiration timer for a generated token.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of SecurityToken.t | `Timestamp of string ]) list ]