mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
16 lines
533 B
YAML
16 lines
533 B
YAML
type: object
|
|
properties:
|
|
userId:
|
|
type: string
|
|
nullable: false
|
|
description: User id for Verification request.
|
|
example: 2c9180947f0ef465017f215cbcfd004b
|
|
signedResponse:
|
|
type: string
|
|
nullable: false
|
|
description: User id for Verification request.
|
|
example: AUTH|d2lsbC5hbGJpbnxESTZNMFpHSThKQVRWTVpZN0M5VXwxNzAxMjUzMDg5|f1f5f8ced5b340f3d303b05d0efa0e43b6a8f970:APP|d2lsbC5hbGJpbnxESTZNMFpHSThKQVRWTVpZN0M5VXwxNzAxMjU2NjE5|cb44cf44353f5127edcae31b1da0355f87357db2
|
|
required:
|
|
- userId
|
|
- signedResponse
|