UNPKG

@doneisbetter/sso

Version:

A secure, privacy-focused SSO solution with ephemeral token handling

4 lines 248 B
import { OAuthClient } from '../types/oauth'; import { Database } from './database'; export declare function updateOAuthClient(db: Database, id: string, update: Partial<OAuthClient>): Promise<OAuthClient | null>; //# sourceMappingURL=oauth.d.ts.map