authentication Methods
Parameters
value
Defines a set of Broker authentication methods to be used on BrokerListeners
. For each array element one authenticator type supported.
Parameters
values
Defines a set of Broker authentication methods to be used on BrokerListeners
. For each array element one 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
Defines a set of Broker authentication methods to be used on BrokerListeners
. For each array element one authenticator type supported.