Interface OAuth2PasswordSecurity

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

Hierarchy

  • BaseOAuthSecurity
    • OAuth2PasswordSecurity

Properties

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

Generated using TypeDoc