class Aws::CognitoIdentity::Types::CognitoIdentityProvider

A provider representing an Amazon Cognito user pool and its client ID.

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

data as a hash:

    {
      provider_name: "CognitoIdentityProviderName",
      client_id: "CognitoIdentityProviderClientId",
      server_side_token_check: false,
    }

@!attribute [rw] provider_name

The provider name for an Amazon Cognito user pool. For example,
`cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789`.
@return [String]

@!attribute [rw] client_id

The client ID for the Amazon Cognito user pool.
@return [String]

@!attribute [rw] server_side_token_check

TRUE if server-side token validation is enabled for the identity
provider’s token.

Once you set `ServerSideTokenCheck` to TRUE for an identity pool,
that identity pool will check with the integrated user pools to make
sure that the user has not been globally signed out or deleted
before the identity pool provides an OIDC token or AWS credentials
for the user.

If the user is signed out or deleted, the identity pool will return
a 400 Not Authorized error.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/CognitoIdentityProvider AWS API Documentation

Constants

SENSITIVE