Sca Authentication Event Challenge Verification Response
data class ScaAuthenticationEventChallengeVerificationResponse(val method: ScaAuthenticationEventAttemptVerificationMethod, val channel: ScaAuthenticationEventAttemptVerificationChannel?, val action: ScaAuthenticationEventVerificationActionResponse?, val target: String?)
Data class representing verification details associated with the SCA authentication event challenge.
Constructors
Link copied to clipboard
constructor(method: ScaAuthenticationEventAttemptVerificationMethod, channel: ScaAuthenticationEventAttemptVerificationChannel?, action: ScaAuthenticationEventVerificationActionResponse?, target: String?)
Properties
Link copied to clipboard
The response 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.