TCognitoIdentityProviderDescribeUserPoolClientRequest
Class in AWS.CognitoIdentityProvider
DescribeUserPoolClient request class.
Ancestors
Properties
ClientId
property ClientId: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId, AClientId: string);
Constructor for TCognitoIdentityProviderDescribeUserPoolClientRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AClientId | Specify the ID of the app client. |