Skip to main content

default

Implements

  • OAuthProvider

Index

Constructors

constructor

Properties

publicoptionalgetRegistrationPayload

getRegistrationPayload?: (oauthUser: OAuthUser) => Promise<any>

Type declaration

    • (oauthUser: OAuthUser): Promise<any>
    • Parameters

      • oauthUser: OAuthUser

      Returns Promise<any>

Methods

publicauthenticate

  • authenticate(params: any): Promise<OAuthUser>
  • Parameters

    • params: any

    Returns Promise<OAuthUser>