Skip to content

OAuth2Config

OAuth2Config = Readonly<{ authUrl: string; clientId: () => string | Promise<string>; clientSecret: () => string | Promise<string>; clock?: Clock; deriveDisplayName?: (cred) => Promise<string>; displayName: string; http?: HttpAdapter; kind: string; random?: RandomSource; scopes: ReadonlyArray<string>; tokenUrl: string; }>

Defined in: pkgs/connection-oauth2/src/index.ts:25