UNPKG

@astro-auth/providers

Version:

The providers package of the Astro Auth library

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