Skip to main content

TCognitoIdentityProviderGetIdentityProviderByIdentifierRequest

Class in AWS.CognitoIdentityProvider

GetIdentityProviderByIdentifier request class.

Ancestors

Properties

IdpIdentifier

property IdpIdentifier: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AIdpIdentifier: string);

Constructor for TCognitoIdentityProviderGetIdentityProviderByIdentifierRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AIdpIdentifierSpecify the Identity Provider (IdP) identifier.