Interfaces for JSON Web Key objects, as per RFC7517.

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

Hierarchy (view full)

Properties

Properties

kid?: string

Key ID.

kty: string

Key type.