Interface FacebookProviderOptions
Properties
Optional fields
fields: string[]
getUserByEmail
get
UserByEmail: (email: string, facebookUser: any) => Promise<undefined | User>
Type declaration
-
- (email: string, facebookUser: any): Promise<undefined | User>
-
Parameters
-
email: string
-
facebookUser: any
Returns Promise<undefined | User>
graphApiVersion
graphApiVersion: string
Optional saveNonExistingUser
save
NonExistingUser: (data: UserInfo, facebookUser: any) => Promise<User>
Type declaration
-
-
Parameters
Returns Promise<User>