Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TokenCertificate

Package version

The properties of a certificate used for authenticating a token.

Hierarchy

  • TokenCertificate

Index

Properties

Optional encodedPemCertificate

encodedPemCertificate: undefined | string

Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token.

Optional expiry

expiry: Date

The expiry datetime of the certificate.

Optional name

Optional thumbprint

thumbprint: undefined | string

The thumbprint of the certificate.

Generated using TypeDoc