UNPKG

integreat-authenticator-oauth2

Version:
5 lines (4 loc) 200 B
import type { Authenticator } from 'integreat'; import type { Authentication, AuthOptions } from './types.js'; declare const oauth2: Authenticator<Authentication, AuthOptions>; export default oauth2;