Package io.swagger.annotations
Annotation Type ApiKeyAuthDefinition
- 
 public @interface ApiKeyAuthDefinitionAnnotation used to construct ApiKey Auth security definition.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description StringdescriptionA short description for security scheme.
 
- 
- 
- 
Element Detail- 
keyString key Key used to refer to this security definition- Returns:
- key used to refer to this security definition
 
 
- 
 - 
- 
inApiKeyAuthDefinition.ApiKeyLocation in The location of the API key. Valid values are "query" or "header"- Returns:
 
 
- 
 - 
- 
nameString name The name of the header or query parameter to be used.- Returns:
- the name of the header or query parameter to be used.
 
 
- 
 - 
- 
descriptionString description A short description for security scheme.- Returns:
- a short description for security scheme.
 - Default:
- ""
 
 
- 
 
-