Type alias PrivateJwk

PrivateJwk: PublicJwk & {
    d: string;
}

Type declaration

  • d: string

    the Elliptic Curve private key value. It is represented as the base64url encoding of the octet string representation of the private key value MUST be present to represent Elliptic Curve private keys.