Companion
object Companion
Functions
Link copied to clipboard
fun create(issuerUrl: String, clientId: String, scope: List<String>, buildAction: DirectAuthenticationFlowBuilder.() -> Unit? = null): Result<DirectAuthenticationFlow>
Creates an instance of DirectAuthenticationFlow using the builder pattern.