UNPKG

integreat

Version:
8 lines (7 loc) 255 B
import type { Authenticator } from '../types.js'; import type { AuthOptions } from '../service/types.js'; export interface ValidateOptions extends AuthOptions { identId?: string; } declare const optionsAuth: Authenticator; export default optionsAuth;