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
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AIdpIdentifier | Specify the Identity Provider (IdP) identifier. |