Class BaseJwt
Represents a json web token
Inherited Members
Namespace: Unity.Services.Authentication.PlayerAccounts
Assembly: solution.dll
Syntax
public class BaseJwt
Fields
| Name | Description |
|---|---|
| ExpirationTimeUnix | Expiration Time Claim based on the unix time format. |
| IssuedAtTimeUnix | Issued At Time Claim based on the unix time format. |
| NotBeforeTimeUnix | Not Before Claim based on the unix time format. |
Properties
| Name | Description |
|---|---|
| ExpirationTime | The converted expiration time |
| IssuedAtTime | The converted issued at time |
| NotBeforeTime | The converted not before time |