TokenCertificate interface

The properties of a certificate used for authenticating a token.

Properties

encodedPemCertificate

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

expiry

The expiry datetime of the certificate.

name
thumbprint

The thumbprint of the certificate.

Property Details

encodedPemCertificate

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

encodedPemCertificate?: string

Property Value

string

expiry

The expiry datetime of the certificate.

expiry?: Date

Property Value

Date

name

name?: string

Property Value

string

thumbprint

The thumbprint of the certificate.

thumbprint?: string

Property Value

string