Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TokenKey

Package version

Key properties for JWT token validation.

Hierarchy

  • TokenKey

Index

Properties

Properties

kid

kid: string

JWT token key id. Validation keys are looked up based on the key id present on the JWT token header.

type

type: "#Microsoft.VideoAnalyzer.RsaTokenKey" | "#Microsoft.VideoAnalyzer.EccTokenKey"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc