Authentication
classAuthentication Class
Authentication information required to access a service target, such as API key headers.
Properties (2)
| Property | Description | Range |
|---|---|---|
| apiKey | The API key used for authenticating access to an endpoint. | — |
| apiKeyHeader | The HTTP header used to send the API key when accessing an endpoint. | — |
Where used
Referenced by other terms (2)
External Vocabulary References
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions//-context.jsonld",
"type": "Authentication",
"apiKey": "...",
"apiKeyHeader": "..."
}