Authentication
classAuthentication Class
Authentication information required to access a service target, such as API key headers.
Upstream alignment
How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.
Properties (2)
| Description | Domain | Range | Vocabularies | ||
|---|---|---|---|---|---|
| apiKey API Key | The API key used for authenticating access to an endpoint. | rail:Authentication | - | — | — |
| apiKeyHeader API Key Header | The HTTP header used to send the API key when accessing an endpoint. | rail:Authentication | - | — | — |
Vocabulary alignment
Referenced upstream terms
Loading external vocabulary...
Aligned from OpenEPCIS (2)
Where used
Referenced by other terms (2)
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/upstream/gs1-rail/gs1-rail-context.jsonld",
"type": "Authentication",
"apiKey": "...",
"apiKeyHeader": "..."
}