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