Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RegistrationPublicKey

export
interface

RegistrationPublicKey

Hierarchy

  • RegistrationPublicKey

Index

Properties

keyId

keyId: string

UUID of the public key for reference in the "X-Ahoi-Session-Security" header

type

{string}

memberof

RegistrationPublicKey

publicKey

Contains the Base64URL-encoded value and the encoding algorithm of the key

type

{SelfDescribedValue}

memberof

RegistrationPublicKey

publicKeySignature

publicKeySignature: SelfDescribedValue

Contains the Base64 URL-encoded signature of the key and the encoding algorithm of the signature

type

{SelfDescribedValue}

memberof

RegistrationPublicKey

validUntil

validUntil: string

Timestamp in ISO-8601 format defining when the public key expires

type

{string}

memberof

RegistrationPublicKey