UNPKG

integreat-authenticator-oauth2

Version:
3 lines (2 loc) 133 B
import type { JwtAssertionOptions } from './types.js'; export default function signJwt(options: JwtAssertionOptions): string | null;