tsoa-next
    Preparing search index...

    Interface OAuth2AccessCodeSecurity

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

    Hierarchy

    • BaseOAuthSecurity
      • OAuth2AccessCodeSecurity
    Index

    Properties

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