Fetch Apple's public key for verifying token signature
Retrieve the public key associated with the cryptographic identity Apple uses to sign the token.
URL
GET https://appleid.apple.com/auth/oauth2/v2/keysResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | JWKSet | The request was successful. |
Overview
If successful, the HTTP status code is 200 (OK), and the JWKSet.Keys object contains Apple’s public key.