JwtHeaderParameterNames Struct

Definition

List of header parameter names see: https://datatracker.ietf.org/doc/html/rfc7519#section-5.

public struct JwtHeaderParameterNames
type JwtHeaderParameterNames = struct
Public Structure JwtHeaderParameterNames
Inheritance
JwtHeaderParameterNames

Fields

Alg

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.1

Apu

See: https://datatracker.ietf.org/doc/html/rfc7518#section-4.6.1.2

Apv

See: https://datatracker.ietf.org/doc/html/rfc7518#section-4.6.1.3

Cty

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.10 Also: https://datatracker.ietf.org/doc/html/rfc7519#section-5.2

Enc

See: https://datatracker.ietf.org/doc/html/rfc7516#section-4.1.2

Epk

See: https://datatracker.ietf.org/doc/html/rfc7518#section-4.6.1.1

IV

See: https://datatracker.ietf.org/doc/html/rfc7518#section-4.7.1.1

Jku

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.2

Jwk

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.3

Kid

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.4

Typ

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.9 Also: https://datatracker.ietf.org/doc/html/rfc7519#section-5.1

X5c

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.6

X5t

See: https://datatracker.ietf.org/doc/html/rfc7515#page-12

X5u

See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.5

Zip

See: https://datatracker.ietf.org/doc/html/rfc7516#section-4.1.3

Applies to