Variable JsonWebTokenTypesConst

JsonWebTokenTypes: {
    Jwk: "JWK";
    Jwt: "JWT";
    Pop: "pop";
} = ...

Type declaration

  • Readonly Jwk: "JWK"
  • Readonly Jwt: "JWT"
  • Readonly Pop: "pop"

Generated using TypeDoc