UNPKG

graphdb-workbench

Version:
10 lines (9 loc) 322 B
import { Model } from '../common'; export declare class OpenIdConfig extends Model<OpenIdConfig> { openIdKeys?: Record<string, JsonWebKey>; openIdTokenUrl?: string; openIdKeysUri?: string; openIdEndSessionUrl?: string; supportsOfflineAccess?: boolean; constructor(config: Partial<OpenIdConfig>); }