http://maasglobal.com/tsp/customer-auth/request.json
Request schema for initiating customer authorization for TSP
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | No | Develop | No | Forbidden | Permitted | tsp/customer-auth/request.json |
http://maasglobal.com/tsp/customer-auth/request.json
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| locale | string |
Optional | No | request (this schema) |
| nonce | string |
Required | No | request (this schema) |
| returnUrl | string |
Required | No | request (this schema) |
* |
any | Additional | Yes | this schema allows additional properties |
locale
stringstring
All instances must conform to this regular expression (test examples here):
^[a-z]{2,3}(?:-[a-zA-Z]{4})?(?:-[A-Z]{2,3})?$
Encoded Query Params
nonce
stringstring
URL where client is returned after authorization flow is completed.
returnUrl
stringstring
All instances must conform to this regular expression (test examples here):
^(https?|ftp):\/\/[^\s/$.?#].[^\s]*$