Click or drag to resize

JwtSettings Properties

The JwtSettings type exposes the following members.

Properties
  NameDescription
Public propertyAlgorithm
Token key algorithm
Public propertyClaims
List of claims. The claims will be composed by key and value. The key will be a fixed value The value can be a fixed value or use string interpolation (e.g.: {userUid}@{environmentId})
Public propertyExpiresInHours
Token expire in hours
Public propertyGroups
groups claim. It can be a fixed value or an string interpolation (e.g.: {userUid}@{environmentId}) Allowed keys: {userUid}, {environmentId}
Public propertyPrivateKey
Private key, part of the private - public key
Public propertyPublicKey
Public key, part of the private - public key
Public propertyReturnUrl
Return url
(Inherited from TokenSettings.)
Public propertyReturnUrlExtraParameters
extra parameters to be added to the return url
(Inherited from TokenSettings.)
Public propertySharedKey
Shared key for symmethric algoritm
Public propertyUid
Unique identifier
(Inherited from TokenSettings.)
Top
See Also