Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for objects representing JWT Header.

Hierarchy

  • IJwtHeader

Index

Properties

Properties

alg

alg: string

The algorithm used to calculate the token signature.

cty

cty: string

The content type of the token.

kid

kid: string

Id of the API Key used to calculate the token signature.

typ

typ: string

The type of the token. Always "JWT".