Interfaces for JSON Web Key objects, as per RFC7517.

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

Hierarchy (View Summary)

Properties

Properties

kid?: string

Key ID.

kty: string

Key type.