AuthenticationFlowNotSuccess
data class AuthenticationFlowNotSuccess(val flowStatus: String, val flowId: String, val flowType: String, var nextStep: AuthenticationFlowNotSuccess.AuthorizeFlowNotSuccessNextStep, val links: Any) : AuthenticationFlow
Authentication flow data class. Which is used to hold the data of an authentication flow.
Parameters
flowId
Id of the authentication flow
flowStatus
Status of the authentication flow
flowType
Type of the authentication flow
nextStep
Next step of the authentication flow
links
Links of the authentication flow
Constructors
Link copied to clipboard
constructor(flowStatus: String, flowId: String, flowType: String, nextStep: AuthenticationFlowNotSuccess.AuthorizeFlowNotSuccessNextStep, links: Any)
Types
Link copied to clipboard
data class AuthorizeFlowNotSuccessNextStep(val stepType: String, var authenticators: ArrayList<Authenticator>, val messages: ArrayList<Any>?)
Authorize flow next step data class.