Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SentCodeTypeSetUpEmailRequired

Hierarchy

  • VirtualClass<{ appleSigninAllowed?: boolean; googleSigninAllowed?: boolean }>
    • SentCodeTypeSetUpEmailRequired

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { appleSigninAllowed?: boolean; googleSigninAllowed?: boolean }

Type declaration

  • Optional appleSigninAllowed?: boolean
  • Optional googleSigninAllowed?: boolean
CONSTRUCTOR_ID: 2773032426
SUBCLASS_OF_ID: 4284159374
classType: "constructor"
className: "auth.SentCodeTypeSetUpEmailRequired"
appleSigninAllowed?: boolean
googleSigninAllowed?: boolean

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { appleSigninAllowed?: boolean; googleSigninAllowed?: boolean }
  • Returns { appleSigninAllowed?: boolean; googleSigninAllowed?: boolean }

    • Optional appleSigninAllowed?: boolean
    • Optional googleSigninAllowed?: boolean

Constructors

Generated using TypeDoc