Sca Authentication Event Attempt Verification Enhanced
data class ScaAuthenticationEventAttemptVerificationEnhanced(val method: ScaAuthenticationEventAttemptVerificationMethod, val channel: ScaAuthenticationEventAttemptVerificationChannel?, val target: String?)
Data class representing verification details associated with the SCA event enhanced with destination information.
Constructors
Link copied to clipboard
constructor(method: ScaAuthenticationEventAttemptVerificationMethod, channel: ScaAuthenticationEventAttemptVerificationChannel?, target: String?)