Package io.a2a.spec
Class APIKeySecurityScheme
java.lang.Object
io.a2a.spec.APIKeySecurityScheme
- All Implemented Interfaces:
SecurityScheme
Represents an API Key security scheme.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumRepresents the location of the API key. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAPIKeySecurityScheme(String in, String name, String description) APIKeySecurityScheme(String in, String name, String description, String type) -
Method Summary
-
Field Details
-
API_KEY
- See Also:
-
-
Constructor Details
-
APIKeySecurityScheme
-
APIKeySecurityScheme
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceSecurityScheme
-
getIn
-
getName
-
getType
-