Interface OAuth2SecurityFlow3

interface OAuth2SecurityFlow3 {
    authorizationUrl?: string;
    description?: string;
    scopes?: Swagger.OAuthScope;
    tokenUrl?: string;
}

Hierarchy

  • BaseSecurity
    • OAuth2SecurityFlow3

Properties

authorizationUrl?: string
description?: string
tokenUrl?: string

Generated using TypeDoc