Interface: LoginResponse
Defined in: src/types/index.ts:85
Extends
output<typeofschemas.LoginResponse>
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
jwt? | string | This is None in response to Register if email verification is enabled, or the server requires registration applications. | z.infer.jwt | src/schemas/LoginResponse.ts:11 |
registration_created? | boolean | If registration applications are required, this will return true for a signup response. Omitted for piefed | z.infer.registration_created | src/schemas/LoginResponse.ts:17 |
verify_email_sent? | boolean | If email verifications are required, this will return true for a signup response. Omitted for piefed | z.infer.verify_email_sent | src/schemas/LoginResponse.ts:23 |
