TCognitoIdentityProviderInitiateAuthRequest
Class in AWS.CognitoIdentityProvider
InitiateAuth request class.
Ancestors
Properties
AnalyticsMetadata
property AnalyticsMetadata: ICognitoIdentityProviderAnalyticsMetadataType
Type: ICognitoIdentityProviderAnalyticsMetadataType
AuthFlow
property AuthFlow: string
AuthParameters
property AuthParameters: TDictionary<string, string>
ClientId
property ClientId: string
ClientMetadata
property ClientMetadata: TDictionary<string, string>
UserContextData
property UserContextData: ICognitoIdentityProviderUserContextDataType
Type: ICognitoIdentityProviderUserContextDataType
Constructors
Create
constructor Create(const AAuthFlow, AClientId: string);
Constructor for TCognitoIdentityProviderInitiateAuthRequest.
Parameters
| Name | Description |
|---|---|
AAuthFlow | Specify the authentication flow to run. |
AClientId | Specify the ID of the app client. |