AuthenticationFlowSuccess

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

Parameters

flowStatus

Status of the authentication flow

authData

Authentication data of the authentication flow

Constructors

Link copied to clipboard
constructor(flowStatus: String, authData: AuthenticationFlowSuccess.AuthData)

Types

Link copied to clipboard
data class AuthData(val code: String, val session_state: String)

Authentication data data class which is used to hold the authentication data of a successful authentication flow.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val flowStatus: String

Functions

Link copied to clipboard

Convert the object to a json string