authentication Methods
Parameters
value
The list of authentication methods supported by the Authentication Resource. For each array element, NOTE - Enum only authenticator type supported.
Parameters
values
The list of authentication methods supported by the Authentication Resource. For each array element, NOTE - Enum only authenticator type supported.
suspend fun authenticationMethods(argument: List<suspend BrokerAuthenticatorMethodsArgsBuilder.() -> Unit>)
suspend fun authenticationMethods(vararg argument: suspend BrokerAuthenticatorMethodsArgsBuilder.() -> Unit)
suspend fun authenticationMethods(argument: suspend BrokerAuthenticatorMethodsArgsBuilder.() -> Unit)
Parameters
argument
The list of authentication methods supported by the Authentication Resource. For each array element, NOTE - Enum only authenticator type supported.