mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
3.6 KiB
3.6 KiB
PlaintextParentPassword Schema
https://timelimit.io/CreateFamilyByMailTokenRequest#/definitions/PlaintextParentPassword
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | CreateFamilyByMailTokenRequest.schema.json* |
PlaintextParentPassword Type
object (PlaintextParentPassword)
PlaintextParentPassword Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| hash | string |
Required | cannot be null | CreateFamilyByMailTokenRequest |
| secondHash | string |
Required | cannot be null | CreateFamilyByMailTokenRequest |
| secondSalt | string |
Required | cannot be null | CreateFamilyByMailTokenRequest |
hash
hash
-
is required
-
Type:
string -
cannot be null
-
defined in: CreateFamilyByMailTokenRequest
hash Type
string
secondHash
secondHash
-
is required
-
Type:
string -
cannot be null
-
defined in: CreateFamilyByMailTokenRequest
secondHash Type
string
secondSalt
secondSalt
-
is required
-
Type:
string -
cannot be null
-
defined in: CreateFamilyByMailTokenRequest
secondSalt Type
string