UNPKG

@astro-auth/providers

Version:

The providers package of the Astro Auth library

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