JwtSettingsClaim Class |
Namespace: Omada.OE.Model.Tokens
public class Claim
The JwtSettingsClaim type exposes the following members.
Name | Description | |
---|---|---|
![]() | JwtSettingsClaim |
Name | Description | |
---|---|---|
![]() | Name |
Key of the claim
|
![]() | Value |
Value of the claim. It can be fixed values or use string interpolation (e.g.: {userUid}@{environmentId})
Allowed keys: {userUid}, {environmentId}
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |