payload-auth-plugin-fix
Version:
Authentication plugin for Payload CMS
4 lines • 346 B
TypeScript
type Provider = "google" | "github" | "passkey" | "apple" | "cognito" | "gitlab" | "msft-entra" | "slack" | "atlassian" | "auth0" | "discord" | "facebook" | "jumpcloud";
export declare function signin(provider: Provider, apiBase?: string, redirect_action?: string, redirect_context?: string): void;
export {};
//# sourceMappingURL=signin.d.ts.map