tsoa-next
    Preparing search index...

    Interface OAuth2PasswordSecurity

    interface OAuth2PasswordSecurity {
        description?: string;
        flow: "password";
        scopes?: Swagger.OAuthScope;
        tokenUrl: string;
        type: "oauth2";
    }

    Hierarchy

    • BaseOAuthSecurity
      • OAuth2PasswordSecurity
    Index

    Properties

    description?: string
    flow: "password"
    tokenUrl: string
    type: "oauth2"