mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 01:39:31 +02:00
4.1 KiB
4.1 KiB
RequestIdentityTokenRequest Schema
https://timelimit.io/RequestIdentityTokenRequest
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | Yes | Unknown status | No | Forbidden | Forbidden | none | RequestIdentityTokenRequest.schema.json |
RequestIdentityTokenRequest Type
object
(RequestIdentityTokenRequest)
RequestIdentityTokenRequest Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
deviceAuthToken | string |
Required | cannot be null | RequestIdentityTokenRequest |
parentUserId | string |
Required | cannot be null | RequestIdentityTokenRequest |
parentPasswordSecondHash | string |
Required | cannot be null | RequestIdentityTokenRequest |
purpose | string |
Required | cannot be null | RequestIdentityTokenRequest |
deviceAuthToken
deviceAuthToken
-
is required
-
Type:
string
-
cannot be null
-
defined in: RequestIdentityTokenRequest
deviceAuthToken Type
string
parentUserId
parentUserId
-
is required
-
Type:
string
-
cannot be null
-
defined in: RequestIdentityTokenRequest
parentUserId Type
string
parentPasswordSecondHash
parentPasswordSecondHash
-
is required
-
Type:
string
-
cannot be null
-
defined in: RequestIdentityTokenRequest
parentPasswordSecondHash Type
string
purpose
purpose
-
is required
-
Type:
string
-
cannot be null
-
defined in: RequestIdentityTokenRequest
purpose Type
string
purpose Constraints
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"purchase" |