authentication Mode
Parameters
value
Specifies the authentication mode to use. Below is an example of the possible JSON values:
{ Passwords: ["*****", "******"] // If Type is password.
}
Content copied to clipboard
suspend fun authenticationMode(argument: suspend AuthenticationModePropertiesArgsBuilder.() -> Unit)
Parameters
argument
Specifies the authentication mode to use. Below is an example of the possible JSON values:
{ Passwords: ["*****", "******"] // If Type is password.
}
Content copied to clipboard