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

    Interface Issuer

    Public issuer metadata aggregated by the Directory.

    interface Issuer {
        crls?: IssuerCrl[];
        iss: string;
        keys: IssuerKey[];
    }
    Index

    Properties

    Properties

    crls?: IssuerCrl[]

    Optional array of CRL entries for revoked resource ids.

    iss: string

    Issuer base URL (the iss claim value).

    keys: IssuerKey[]

    Array of known JWK descriptors for the issuer.