Interface ScaAuthenticationEventChallengeEmbeddedHybridResponse

Represents the embedded hybrid response for the SCA authentication event challenge.

interface ScaAuthenticationEventChallengeEmbeddedHybridResponse {
    allowableChallenges?: number;
    authenticationMode: ScaAuthenticationMode;
    creationTime: string;
    currentChallenges?: number;
    eventId: string;
    expirationTime?: string;
    verification: ScaAuthenticationEventAttemptVerificationEnhanced;
    walletOperationId: string;
}

Properties

allowableChallenges?: number

The maximum number of allowed challenges that can be sent as part of the authentication process for the same wallet operation.

authenticationMode: ScaAuthenticationMode

Mode of the Strong Customer Authentication (SCA) authentication process.

creationTime: string

Creation time of the SCA authentication event attempt. Format should be ISO 8601 in UTC.

Example

"2024-05-08T14:43:33Z"
currentChallenges?: number

The number of challenges currently sent as part of the authentication process for the same wallet operation.

eventId: string

A distinct identifier for the SCA authentication event.

expirationTime?: string

Expiration time of the SCA authentication event attempt. Format should be ISO 8601 in UTC.

Example

"2024-05-08T14:43:33Z"

Enhanced verification details associated with the SCA authentication event attempt.

walletOperationId: string

A distinct identifier for the wallet operation. This identifier is used to associate the wallet operation with the SCA authentication event.