interface MappedDavinciConfig {
    clientId?: string;
    log?: MappedLogLevel;
    oauthThreshold?: number;
    realmPath?: string;
    redirectUri?: string;
    scope?: string;
    serverConfig: { timeout?: number; wellknown: string };
}

Properties

clientId?: string
oauthThreshold?: number
realmPath?: string
redirectUri?: string
scope?: string
serverConfig: { timeout?: number; wellknown: string }