public class CodegenSecurity extends Object implements VendorExtendable
Modifier and Type | Field and Description |
---|---|
String |
authorizationUrl |
String |
flow |
String |
keyParamName |
String |
name |
io.swagger.v3.oas.models.security.Scopes |
scopes |
String |
tokenUrl |
String |
type |
Map<String,Object> |
vendorExtensions |
PREFIX_HAS, PREFIX_IS
Constructor and Description |
---|
CodegenSecurity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAuthorizationUrl() |
String |
getFlow() |
String |
getKeyParamName() |
String |
getName() |
io.swagger.v3.oas.models.security.Scopes |
getScopes() |
String |
getTokenUrl() |
String |
getType() |
Map<String,Object> |
getVendorExtensions() |
int |
hashCode() |
String |
toString() |
public String name
public String type
public String keyParamName
public String flow
public String authorizationUrl
public String tokenUrl
public io.swagger.v3.oas.models.security.Scopes scopes
public String getName()
public String getType()
public String getKeyParamName()
public String getFlow()
public String getAuthorizationUrl()
public String getTokenUrl()
public io.swagger.v3.oas.models.security.Scopes getScopes()
public Map<String,Object> getVendorExtensions()
getVendorExtensions
in interface VendorExtendable
Copyright © 2018. All rights reserved.