AuthorizeFlowNotSuccessNextStep

data class AuthorizeFlowNotSuccessNextStep(val stepType: String, var authenticators: ArrayList<Authenticator>, val messages: ArrayList<Any>?)

Authorize flow next step data class.

Parameters

stepType

Type of the next step

authenticators

List of authenticators of the next step

Constructors

Link copied to clipboard
constructor(stepType: String, authenticators: ArrayList<Authenticator>, messages: ArrayList<Any>?)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String

Convert the object to a json string