| Modifier and Type | Method and Description |
|---|---|
SecuritySchemePart |
describedBy()
A description of the request components related to Security that are determined by the scheme: the headers, query parameters or responses.
|
MarkdownString |
description()
The description MAY be used to describe a securityScheme.
|
String |
displayName()
The displayName attribute specifies the security scheme display name.
|
String |
name()
Name of the security scheme
|
SecuritySchemeSettings |
settings()
The settings attribute MAY be used to provide security scheme-specific information.
|
String |
type()
The securitySchemes property MUST be used to specify an API's security mechanisms, including the required settings and the authentication methods that the API supports.
|
annotationsString name()
String type()
MarkdownString description()
SecuritySchemePart describedBy()
String displayName()
SecuritySchemeSettings settings()
Copyright © 2016. All rights reserved.