UserCredentialsDocument
@MappedEntity
Represents the MongoDB document for storing user credentials.
This class is annotated with @MappedEntity to indicate that it maps to a MongoDB collection. Each instance of this class corresponds to a document in the collection.
Constructors
Properties
Link copied to clipboard
The timestamp (in milliseconds) until which the account is locked. A value of 0 or negative indicates no lock.
Link copied to clipboard
The number of failed login attempts. Used for tracking account lockout policies.
Link copied to clipboard
The hashed password of the user, used for authentication.