Get Authentication Execution Plain Args
data class GetAuthenticationExecutionPlainArgs(val parentFlowAlias: String, val providerId: String, val realmId: String) : ConvertibleToJava<GetAuthenticationExecutionPlainArgs>
A collection of arguments for invoking getAuthenticationExecution.
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".