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)
-
Returns ((ctx: Context) => AppleOAuth)
-
- (ctx: Context): AppleOAuth
-
Returns AppleOAuth
-
google: ((opt: GoogleOAuthOption) => ((ctx: Context) => GoogleOAuth))
-
- (opt: GoogleOAuthOption): ((ctx: Context) => GoogleOAuth)
-
Returns ((ctx: Context) => GoogleOAuth)
-
- (ctx: Context): GoogleOAuth
-
Returns GoogleOAuth
-
twitter: ((opt: TwitterOAuthOption) => ((ctx: Context) => TwitterOAuth))
-
- (opt: TwitterOAuthOption): ((ctx: Context) => TwitterOAuth)
-
Returns ((ctx: Context) => TwitterOAuth)
-
- (ctx: Context): TwitterOAuth
-
Returns TwitterOAuth