UNPKG

@astro-auth/providers

Version:

The providers package of the Astro Auth library

4 lines (3 loc) 175 B
import { OAuthConfig, OAuthUserOptions } from "@astro-auth/types"; declare const GoogleProvider: (options: OAuthUserOptions) => OAuthConfig; export default GoogleProvider;