public static interface UsernameConfigurationType.Builder extends SdkPojo, CopyableBuilder<UsernameConfigurationType.Builder,UsernameConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
UsernameConfigurationType.Builder |
caseSensitive(Boolean caseSensitive)
Specifies whether username case sensitivity will be applied for all users in the user pool through Amazon
Cognito APIs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUsernameConfigurationType.Builder caseSensitive(Boolean caseSensitive)
Specifies whether username case sensitivity will be applied for all users in the user pool through Amazon Cognito APIs.
Valid values include:
Enables case sensitivity for all username input. When this option is set to True, users must
sign in using the exact capitalization of their given username, such as “UserName”. This is the default
value.
Enables case insensitivity for all username input. For example, when this option is set to False
, users can sign in using either "username" or "Username". This option also enables both
preferred_username and email alias to be case insensitive, in addition to the
username attribute.
caseSensitive - Specifies whether username case sensitivity will be applied for all users in the user pool through
Amazon Cognito APIs.
Valid values include:
Enables case sensitivity for all username input. When this option is set to True, users
must sign in using the exact capitalization of their given username, such as “UserName”. This is the
default value.
Enables case insensitivity for all username input. For example, when this option is set to
False, users can sign in using either "username" or "Username". This option also enables
both preferred_username and email alias to be case insensitive, in addition
to the username attribute.
Copyright © 2022. All rights reserved.