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

    Interface Issuer

    Public issuer metadata aggregated by the Directory.

    interface Issuer {
        crls: Map<string, IssuerCrl>;
        iss: string;
        keys: Map<string, IssuerKey>;
    }
    Index

    Properties

    Properties

    crls: Map<string, IssuerCrl>

    CRL entries for revoked resource ids.

    iss: string

    Issuer base URL (the iss claim value).

    keys: Map<string, IssuerKey>

    JWK descriptors for the issuer.