Kill the Clipboard - SMART Health Cards Library - v1.1.0
    Preparing search index...

    Interface IssuerKey

    Minimal JWK descriptor used in the public Directory representation.

    interface IssuerKey {
        crlVersion?: number;
        kid: string;
        kty?: string;
    }
    Index

    Properties

    Properties

    crlVersion?: number

    Version to identify duplicate keys. When a duplicate key is present, the one with the highest crlVersion will be used

    kid: string

    Key ID used to identify the key in JWKS responses.

    kty?: string

    Key type (e.g. 'EC' or 'RSA').