public @interface ApiKeyAuthDefinition
Modifier and Type | Required Element and Description |
---|---|
ApiKeyAuthDefinition.ApiKeyLocation |
in
The location of the API key.
|
String |
key
Key used to refer to this security definition
|
String |
name
The name of the header or query parameter to be used.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
description
A short description for security scheme.
|
public abstract String key
public abstract ApiKeyAuthDefinition.ApiKeyLocation in
public abstract String name
public abstract String description
Copyright © 2017. All Rights Reserved.