GetAuthenticationExecutionPlainArgs

data class GetAuthenticationExecutionPlainArgs(val parentFlowAlias: String, val providerId: String, val realmId: String) : ConvertibleToJava<GetAuthenticationExecutionPlainArgs>

A collection of arguments for invoking getAuthenticationExecution.

Constructors

Link copied to clipboard
constructor(parentFlowAlias: String, providerId: String, realmId: String)

Properties

Link copied to clipboard

The alias of the flow this execution is attached to.

Link copied to clipboard

The name of the provider. This can be found by experimenting with the GUI and looking at HTTP requests within the network tab of your browser's development tools. This was previously known as the "authenticator".

Link copied to clipboard

The realm the authentication execution exists in.

Functions

Link copied to clipboard
open override fun toJava(): GetAuthenticationExecutionPlainArgs