class Aws::CognitoIdentityProvider::Types::ProviderUserIdentifierType

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

@note When making an API call, you may pass ProviderUserIdentifierType

data as a hash:

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

@!attribute [rw] provider_name

The name of the provider, for example, Facebook, Google, or Login
with Amazon.
@return [String]

@!attribute [rw] provider_attribute_name

The name of the provider attribute to link to, for example,
`NameID`.
@return [String]

@!attribute [rw] provider_attribute_value

The value of the provider attribute to link to, for example,
`xxxxx_account`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/ProviderUserIdentifierType AWS API Documentation

Constants

SENSITIVE