ClientAuthenticationFlowBindingOverrides

data class ClientAuthenticationFlowBindingOverrides(val browserId: String? = null, val directGrantId: String? = null)

Constructors

Link copied to clipboard
constructor(browserId: String? = null, directGrantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val browserId: String? = null

Browser flow id, (flow needs to exist)

Link copied to clipboard
val directGrantId: String? = null

Direct grant flow id (flow needs to exist)