Sca Authentication Event Challenge Verification Request
data class ScaAuthenticationEventChallengeVerificationRequest(val method: ScaAuthenticationEventAttemptVerificationMethod, val channel: ScaAuthenticationEventAttemptVerificationChannel? = null, val action: ScaAuthenticationEventVerificationActionRequest? = null)
Data class representing verification details associated with the SCA authentication event challenge.
Constructors
Link copied to clipboard
constructor(method: ScaAuthenticationEventAttemptVerificationMethod, channel: ScaAuthenticationEventAttemptVerificationChannel? = null, action: ScaAuthenticationEventVerificationActionRequest? = null)
Properties
Link copied to clipboard
The request containing action metadata required for verifying the SCA authentication event (when available).
Link copied to clipboard
Channel used to send the verification method to the user.
Link copied to clipboard
Method used for verifying the SCA authentication event attempt.