Add identity tokens

This commit is contained in:
Jonas Lochmann
2022-09-12 02:00:00 +02:00
parent a86a0abb05
commit 04aa2ce517
18 changed files with 390 additions and 11 deletions
+7
View File
@@ -140,6 +140,13 @@ export interface RemoveDeviceRequest {
deviceId: string
}
export interface RequestIdentityTokenRequest {
deviceAuthToken: string
parentUserId: string
parentPasswordSecondHash: string
purpose: 'purchase'
}
export interface RequestWithAuthToken {
deviceAuthToken: string
}