Class: Aws::CognitoIdentity::Types::GetOpenIdTokenInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb

Overview

Input to the GetOpenIdToken action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)


514
515
516
517
518
519
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 514

class GetOpenIdTokenInput < Struct.new(
  :identity_id,
  :logins)
  SENSITIVE = []
  include Aws::Structure
end

#loginsHash<String,String>

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.

Returns:

  • (Hash<String,String>)


514
515
516
517
518
519
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 514

class GetOpenIdTokenInput < Struct.new(
  :identity_id,
  :logins)
  SENSITIVE = []
  include Aws::Structure
end