usernameConfiguration property

UsernameConfigurationType? usernameConfiguration
final

You can choose to enable 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. For more information, see UsernameConfigurationType.

Implementation

final UsernameConfigurationType? usernameConfiguration;