Authentication

class

Authentication Class

Authentication information required to access a service target, such as API key headers.

URI:https://gs1-epcis-reg.org/rail/voc/data#Authentication

Properties (2)

PropertyDescriptionRange
apiKeyThe API key used for authenticating access to an endpoint.
apiKeyHeaderThe 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": "..."
}