AttributesConfig
@Serializable
Configuration for a user attribute (email, phone, username, etc.).
This class defines how a specific user attribute behaves in the authentication system, including whether it's enabled, required, and what verification methods are available.
Constructors
Properties
Link copied to clipboard
List of first-factor authentication strategies available for this attribute
Link copied to clipboard
List of second-factor authentication strategies available for this attribute
Link copied to clipboard
Whether this attribute can be used for first-factor authentication
Link copied to clipboard
Whether this attribute can be used for second-factor authentication
Link copied to clipboard
List of verification methods available for this attribute
Link copied to clipboard
Whether this attribute must be verified during the sign-up process