class Aws::CognitoIdentity::Types::GetOpenIdTokenInput
Input to the GetOpenIdToken action.
@note When making an API call, you may pass GetOpenIdTokenInput
data as a hash: { identity_id: "IdentityId", # required logins: { "IdentityProviderName" => "IdentityProviderToken", }, }
@!attribute [rw] identity_id
A unique identifier in the format REGION:GUID. @return [String]
@!attribute [rw] logins
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`. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetOpenIdTokenInput AWS API Documentation
Constants
- SENSITIVE