Interface OAuth2AccessCodeSecurity

interface OAuth2AccessCodeSecurity {
    authorizationUrl: string;
    description?: string;
    flow: "accessCode";
    scopes?: Swagger.OAuthScope;
    tokenUrl: string;
    type: "oauth2";
}

Hierarchy

  • BaseOAuthSecurity
    • OAuth2AccessCodeSecurity

Properties

authorizationUrl: string
description?: string
flow: "accessCode"
tokenUrl: string
type: "oauth2"

Generated using TypeDoc