interface SecuritySchemeObject {
    bearerFormat?: string;
    description?: string;
    flows?: OAuthFlowsObject;
    in?: string;
    name?: string;
    openIdConnectUrl?: string;
    scheme?: string;
    type: string;
}

Properties

bearerFormat?: string
description?: string
in?: string
name?: string
openIdConnectUrl?: string
scheme?: string
type: string