AuthInitiated

@JsonSerializable
data class AuthInitiated(val AuthenticationResult: AuthenticationResult?, val ChallengeName: ChallengeName?, val ChallengeParameters: Map<String, String>?, val Session: Session?, val AvailableChallenges: List<ChallengeName>? = null)(source)

Constructors

Link copied to clipboard
constructor(AuthenticationResult: AuthenticationResult?, ChallengeName: ChallengeName?, ChallengeParameters: Map<String, String>?, Session: Session?, AvailableChallenges: List<ChallengeName>? = null)

Properties

Link copied to clipboard

Returned by the USER_AUTH flow when the user may choose a sign-in method.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard