Skip to main content

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

NameDescription
AAuthFlowSpecify the authentication flow to run.
AClientIdSpecify the ID of the app client.