Sign in

Type: JwsHeaderParameters

Parameters contained in a JSON Web Signature (JWS) header.

alg

The cryptographic algorithm used to sign the token.


crit?

optional crit: string[]

List of header parameters that are marked as critical and must be understood by the token processor.


jwk?

optional jwk: Jwk

An embedded JSON Web Key (JWK) containing the signing key.


kid?

optional kid: string

Identifier of the key used to sign the token.


typ?

optional typ: string

The token type.

© 2024 MonoCloud. All rights reserved.