public interface SecurityScheme
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get a description of this security scheme.
|
java.lang.String |
getName()
Get the name of this security scheme.
|
SecuritySchemeType |
getType()
Get the type of this security scheme.
|
java.lang.String getName()
java.lang.String getDescription()
SecuritySchemeType getType()