Interface GoogleSignInOptions
Properties
getUserByEmail
get
UserByEmail: (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
save
NonExistingUser: (data: UserInfo, googleUser: any) => Promise<User>
Type declaration
-
-
Parameters
Returns Promise<User>