FaroePasswordResetRequest
Mapped to the password reset request model.
Represents an user.
Definition
interface FaroePasswordResetRequest {
id: string;
userId: string;
createdAt: Date;
expiresAt: Date;
}
Properties
id: A 24-character long unique identifier with 120 bits of entropy.userId: A 24-character long user ID.createdAt: A timestamp representing when the request was created.expiresAt: A timestamp representing when the request will expire.