username Configuration
Parameters
value
You can choose to set case sensitivity on the username input for the selected sign-in option. For example, when this is set to False
, users will be able to sign in using either "username" or "Username". This configuration is immutable once it has been set.
suspend fun usernameConfiguration(argument: suspend UserPoolUsernameConfigurationArgsBuilder.() -> Unit)
Parameters
argument
You can choose to set case sensitivity on the username input for the selected sign-in option. For example, when this is set to False
, users will be able to sign in using either "username" or "Username". This configuration is immutable once it has been set.