AuthenticationFlow

abstract class AuthenticationFlow(val flowStatus: String)

Authentication flow data class. Which is used to hold the data of an authentication flow.

Parameters

flowStatus

Status of the authentication flow

Inheritors

Constructors

Link copied to clipboard
constructor(flowStatus: String)

Properties

Link copied to clipboard
open val flowStatus: String

Functions

Link copied to clipboard

Convert the object to a json string