OAuthProvider
Index
Properties
Properties
authenticate
Type declaration
Should return oauth user payload from passed authentication code or token
Parameters
params: any
Returns Promise<OAuthUser>
optionalgetRegistrationPayload
Type declaration
Allows to provide function to create custom payload for user creation method based on data from OAuth API
Parameters
oauthUser: OAuthUser
Returns Promise<any>
Interface to use for all custom implementations of OAuth providers