Jwk: {
    alg?: string;
    kid?: string;
    kty: string;
}

Type declaration

  • Optionalalg?: string

    The "alg" (algorithm) parameter identifies the algorithm intended for use with the key.

  • Optionalkid?: string

    The "alg" (algorithm) parameter identifies the algorithm intended for use with the key.

  • kty: string

    identifies the cryptographic algorithm family used with the key, such "EC".