JwtAuthentication type

Properties for access validation based on JSON Web Tokens (JWT).

type JwtAuthentication = AuthenticationBase & {
  audiences?: string[]
  claims?: TokenClaim[]
  issuers?: string[]
  keys?: TokenKeyUnion[]
  type: "#Microsoft.VideoAnalyzer.JwtAuthentication"
}