SessionVerification
@Serializable
Represents the state of an in-session reverification (step-up) flow.
Constructors
Link copied to clipboard
constructor(id: String? = null, status: SessionVerification.Status = Status.UNKNOWN, level: SessionVerification.Level = Level.UNKNOWN, session: Session? = null, supportedFirstFactors: List<Factor>? = null, supportedSecondFactors: List<Factor>? = null, firstFactorVerification: Verification? = null, secondFactorVerification: Verification? = null)
Types
Properties
Link copied to clipboard
The state of the first-factor verification.
Link copied to clipboard
The required verification level.
Link copied to clipboard
The state of the second-factor verification.
Link copied to clipboard
The current status of the verification.
Link copied to clipboard
First factors supported for this verification.
Link copied to clipboard
Second factors supported for this verification.