Skip to main content

Type Alias: AutoCreateUserInfo

AutoCreateUserInfo = object

Defined in: net/server/server.ts:41

Information about a user attempting to log in for the first time. Used by the autoCreateUser function to determine if a new account should be created.

Properties

PropertyTypeDescriptionDefined in
email?stringThe email address provided during login attempt. Optional since some login flows may not require an email.net/server/server.ts:46