UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

15 lines (14 loc) 431 B
export interface SwaggerUiOptions { initOAuth?: { clientId?: string; clientSecret?: string; realm?: string; appName?: string; scopeSeparator?: string; scopes?: string[]; additionalQueryStringParams?: Record<string, string>; useBasicAuthenticationWithAccessCodeGrant?: boolean; usePkceWithAuthorizationCodeGrant?: boolean; }; [key: string]: any; }