Click or drag to resize

HoarderConfigJwt Class

These subsection values are for creating the JWT (JSON Web Token) that clients use to gain elevated access to the service.
Inheritance Hierarchy
SystemObject
  Orthogonal.Hoarder.StdLibHoarderConfigJwt

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.17
Syntax
C#
public sealed class HoarderConfigJwt

The HoarderConfigJwt type exposes the following members.

Constructors
 NameDescription
Public methodHoarderConfigJwtInitializes a new instance of the HoarderConfigJwt class
Top
Properties
 NameDescription
Public propertyAudience The Audience property of the JWT.
Public propertyIssuer The Issue property of the JWT.
Public propertyKey The secret key that is used to create signed tokens and validate them.
Top
See Also