@spailybot/moleculer-auto-openapi - v2.0.0
    Preparing search index...

    Interface SwaggerUiOauthOptions

    interface SwaggerUiOauthOptions {
        additionalQueryStringParams?: Record<string, string>;
        appName?: string;
        clientId?: string;
        clientSecret?: string;
        realm?: string;
        scopes?: string;
        scopeSeparator?: string;
        useBasicAuthenticationWithAccessCodeGrant?: boolean;
        usePkceWithAuthorizationCodeGrant?: boolean;
    }
    Index
    additionalQueryStringParams?: Record<string, string>
    appName?: string
    clientId?: string
    clientSecret?: string
    realm?: string
    scopes?: string
    scopeSeparator?: string
    useBasicAuthenticationWithAccessCodeGrant?: boolean
    usePkceWithAuthorizationCodeGrant?: boolean