timelimit-server/docs/schema/identitytokenpayload.md
2022-09-26 02:00:00 +02:00

3.7 KiB

IdentityTokenPayload Schema

https://timelimit.io/IdentityTokenPayload
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated Yes Unknown status No Forbidden Forbidden none IdentityTokenPayload.schema.json

IdentityTokenPayload Type

object (IdentityTokenPayload)

IdentityTokenPayload Properties

Property Type Required Nullable Defined by
purpose string Required cannot be null IdentityTokenPayload
familyId string Required cannot be null IdentityTokenPayload
userId string Required cannot be null IdentityTokenPayload
mail string Required cannot be null IdentityTokenPayload
exp number Required cannot be null IdentityTokenPayload

purpose

purpose

purpose Type

string

purpose Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"purchase"

familyId

familyId

familyId Type

string

userId

userId

userId Type

string

mail

mail

mail Type

string

exp

exp

exp Type

number

IdentityTokenPayload Definitions