Skip to main content

TCognitoIdentityProviderRespondToAuthChallengeRequest

Class in AWS.CognitoIdentityProvider

RespondToAuthChallenge request class.

Ancestors

Properties

AnalyticsMetadata

property AnalyticsMetadata: ICognitoIdentityProviderAnalyticsMetadataType

Type: ICognitoIdentityProviderAnalyticsMetadataType

ChallengeName

property ChallengeName: string

ChallengeResponses

property ChallengeResponses: TDictionary<string, string>

ClientId

property ClientId: string

ClientMetadata

property ClientMetadata: TDictionary<string, string>

ContextData

property ContextData: ICognitoIdentityProviderContextDataType

Type: ICognitoIdentityProviderContextDataType

Session

property Session: string

UserContextData

property UserContextData: ICognitoIdentityProviderUserContextDataType

Type: ICognitoIdentityProviderUserContextDataType

Constructors

Create

constructor Create(const AChallengeName, AClientId: string);

Constructor for TCognitoIdentityProviderRespondToAuthChallengeRequest.

Parameters

NameDescription
AChallengeNameSpecify the challenge name. Valid values:|||||||||.
AClientIdSpecify the ID of the app client.