Syntax
staticUserDataProvider-user:
password: <string>
secret: <string>
sms: <string>
username: <string>staticUserDataProvider-user: password: <string> secret: <string> sms: <string> username: <string>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| password | false | - | The user's password. | - |
| secret | false | - | The user's shared TOTP secret (if used in combination with the {@link TOTPTokenProvider}). | - |
| sms | false | - | The user's phone number (if used in combination with the {@link SMSTokenProvider}) | - |
| username | false | - | The user's login. | - |