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
| Property | Type | Description | Defined in |
|---|---|---|---|
email? | string | The email address provided during login attempt. Optional since some login flows may not require an email. | net/server/server.ts:46 |