Apple Web Push Provisioning - Field Descriptions
The following page details each of the fields in the response when using the Apple Web Push Provisioning endpoint.
Response Fields
A successful response for the Apple Web Push Provisioning endpoint will return a 200 response.
| Field | Description |
|---|---|
| jws | The jws object is used for session handoff from the Issuer to Apple. |
| protected | The Base64URL encoded JSON object containing the JWS header. |
| payload | The Base64URL encoded JSON object containing the JWS payload. |
| signature | The Base64URL encoded signature of the JWS. |
| header | Object that contains the kid used for the JWS public key. |
| kid | The ID for the JWS Public Key of the key pair used to generate the signature. |
| header | End of the header object. |
| jws | End of the jws object. |
| state | The unique identifier for the Token object |
Updated 5 days ago
