Values.GetOpenIdTokenInputSourceInput to the GetOpenIdToken action.
type nonrec t = {identityId : IdentityId.t;A unique identifier in the format REGION:GUID.
*)logins : LoginsMap.t option;A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com, an Amazon Cognito user pool provider, or any other OpenID Connect provider, always include the id_token.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of IdentityProviderName.t ]
* [> `String of IdentityProviderToken.t ])
list
| `String of IdentityId.t ])
list ]