public abstract class APISecuritySchemeModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessTokenUri |
protected String |
authorizationUri |
protected List<APIParameterModel> |
customHeaders |
protected List<APIParameterModel> |
customQueryParams |
protected String |
name |
protected List<String> |
scopes |
protected APISecuritySchemeType |
securitySchemeType |
| Constructor and Description |
|---|
APISecuritySchemeModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessTokenUri() |
String |
getAuthorizationUri() |
List<APIParameterModel> |
getCustomHeaders() |
List<APIParameterModel> |
getCustomQueryParams() |
String |
getName() |
List<String> |
getScopes() |
APISecuritySchemeType |
getSecuritySchemeType() |
protected String name
protected APISecuritySchemeType securitySchemeType
protected List<APIParameterModel> customQueryParams
protected List<APIParameterModel> customHeaders
protected String authorizationUri
protected String accessTokenUri
public String getName()
public APISecuritySchemeType getSecuritySchemeType()
public List<APIParameterModel> getCustomQueryParams()
public List<APIParameterModel> getCustomHeaders()
public String getAuthorizationUri()
public String getAccessTokenUri()
Copyright © 2023. All rights reserved.