Skip to content

Interface: LoginResponse

Defined in: src/types/index.ts:85

Extends

  • output<typeof schemas.LoginResponse>

Properties

PropertyTypeDescriptionInherited fromDefined in
jwt?stringThis is None in response to Register if email verification is enabled, or the server requires registration applications.z.infer.jwtsrc/schemas/LoginResponse.ts:11
registration_created?booleanIf registration applications are required, this will return true for a signup response. Omitted for piefedz.infer.registration_createdsrc/schemas/LoginResponse.ts:17
verify_email_sent?booleanIf email verifications are required, this will return true for a signup response. Omitted for piefedz.infer.verify_email_sentsrc/schemas/LoginResponse.ts:23