You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::ProviderUserIdentifierType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ProviderUserIdentifierType as input to an Aws::Client method, you can use a vanilla Hash:

{
  provider_name: "ProviderNameType",
  provider_attribute_name: "StringType",
  provider_attribute_value: "StringType",
}

A container for information about an identity provider for a user pool.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#provider_attribute_nameString

The name of the provider attribute to link to, for example, NameID.

Returns:

  • (String)

    The name of the provider attribute to link to, for example, NameID.

#provider_attribute_valueString

The value of the provider attribute to link to, for example, xxxxx_account.

Returns:

  • (String)

    The value of the provider attribute to link to, for example, xxxxx_account.

#provider_nameString

The name of the provider, for example, Facebook, Google, or Login with Amazon.

Returns:

  • (String)

    The name of the provider, for example, Facebook, Google, or Login with Amazon.