Variable OAuthProviderConst

OAuthProvider: { apple: ((opt: AppleOAuthOption) => ((ctx: Context) => AppleOAuth)); google: ((opt: GoogleOAuthOption) => ((ctx: Context) => GoogleOAuth)); twitter: ((opt: TwitterOAuthOption) => ((ctx: Context) => TwitterOAuth)) } = ...

Type declaration

  • apple: ((opt: AppleOAuthOption) => ((ctx: Context) => AppleOAuth))
      • (opt: AppleOAuthOption): ((ctx: Context) => AppleOAuth)
      • Parameters

        • opt: AppleOAuthOption

        Returns ((ctx: Context) => AppleOAuth)

          • (ctx: Context): AppleOAuth
          • Parameters

            • ctx: Context

            Returns AppleOAuth

  • google: ((opt: GoogleOAuthOption) => ((ctx: Context) => GoogleOAuth))
      • (opt: GoogleOAuthOption): ((ctx: Context) => GoogleOAuth)
      • Parameters

        • opt: GoogleOAuthOption

        Returns ((ctx: Context) => GoogleOAuth)

          • (ctx: Context): GoogleOAuth
          • Parameters

            • ctx: Context

            Returns GoogleOAuth

  • twitter: ((opt: TwitterOAuthOption) => ((ctx: Context) => TwitterOAuth))
      • (opt: TwitterOAuthOption): ((ctx: Context) => TwitterOAuth)
      • Parameters

        • opt: TwitterOAuthOption

        Returns ((ctx: Context) => TwitterOAuth)

          • (ctx: Context): TwitterOAuth
          • Parameters

            • ctx: Context

            Returns TwitterOAuth

Generated using TypeDoc