Microsoft.Identity.Client.Internal.JsonWebTokenConstants
class JsonWebTokenConstants
Encryption algorithm used, e.g. ES256
https://tools.ietf.org/html/rfc7515#section-4.1.1
Key ID, can be an X509 cert thumbprint. When used with a JWK, the "kid" value is used to match a JWK "kid"
parameter value
https://tools.ietf.org/html/rfc7515#section-4.1.4
The type of token e.g. JWT
https://tools.ietf.org/html/rfc7519#section-5.1
public JsonWebTokenConstants()