mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
5.5 KiB
5.5 KiB
RecoverParentPasswordRequest Schema
https://timelimit.io/RecoverParentPasswordRequest
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | Yes | Unknown status | No | Forbidden | Forbidden | none | RecoverParentPasswordRequest.schema.json |
RecoverParentPasswordRequest Type
object
(RecoverParentPasswordRequest)
RecoverParentPasswordRequest Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
mailAuthToken | string |
Required | cannot be null | RecoverParentPasswordRequest |
password | object |
Required | cannot be null | RecoverParentPasswordRequest |
mailAuthToken
mailAuthToken
-
is required
-
Type:
string
-
cannot be null
-
defined in: RecoverParentPasswordRequest
mailAuthToken Type
string
password
password
-
is required
-
Type:
object
(PlaintextParentPassword) -
cannot be null
-
defined in: RecoverParentPasswordRequest
password Type
object
(PlaintextParentPassword)
RecoverParentPasswordRequest Definitions
Definitions group PlaintextParentPassword
Reference this group by using
{"$ref":"https://timelimit.io/RecoverParentPasswordRequest#/definitions/PlaintextParentPassword"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
hash | string |
Required | cannot be null | RecoverParentPasswordRequest |
secondHash | string |
Required | cannot be null | RecoverParentPasswordRequest |
secondSalt | string |
Required | cannot be null | RecoverParentPasswordRequest |
hash
hash
-
is required
-
Type:
string
-
cannot be null
-
defined in: RecoverParentPasswordRequest
hash Type
string
secondHash
secondHash
-
is required
-
Type:
string
-
cannot be null
-
defined in: RecoverParentPasswordRequest
secondHash Type
string
secondSalt
secondSalt
-
is required
-
Type:
string
-
cannot be null
-
defined in: RecoverParentPasswordRequest
secondSalt Type
string