Skip to content

ExtendedKeyUsage

Extended Key Usage — either a well-known purpose string or a custom OID.

ts
type ExtendedKeyUsage = serverAuth | clientAuth | codeSigning | emailProtection | timeStamping | ocspSigning | {
  readonly type: oid;
  readonly value: string
}

Released under the MIT License.