Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoogleSignInOptions

Hierarchy

  • GoogleSignInOptions

Index

Properties

getUserByEmail

getUserByEmail: (email: string, googleUser: any) => Promise<undefined | User>

Type declaration

    • (email: string, googleUser: any): Promise<undefined | User>
    • Parameters

      • email: string
      • googleUser: any

      Returns Promise<undefined | User>

Optional personFields

personFields: string[]

Optional saveNonExistingUser

saveNonExistingUser: (data: UserInfo, googleUser: any) => Promise<User>

Type declaration

Generated using TypeDoc