@microsoft/ccf-app
    Preparing search index...

    Interface JsonWebKey

    Interfaces for JSON Web Key objects, as per RFC7517.

    interface JsonWebKey {
        kid?: string;
        kty: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kid?: string

    Key ID.

    kty: string

    Key type.