Sign in

Type: JwsHeaderParameters

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

Properties

PropertyTypeDescription
algSecurityAlgorithmsThe cryptographic algorithm used to sign the token.
crit?string[]List of header parameters that are marked as critical and must be understood by the token processor.
jwk?JwkAn embedded JSON Web Key (JWK) containing the signing key.
kid?stringIdentifier of the key used to sign the token.
typ?stringThe token type.
© 2024 MonoCloud. All rights reserved.