Skip to content

Instantly share code, notes, and snippets.

@dalion619
Created November 7, 2021 18:00
Show Gist options
  • Save dalion619/c77fb32ffb8fac40ae395f728bb5cf77 to your computer and use it in GitHub Desktop.
Save dalion619/c77fb32ffb8fac40ae395f728bb5cf77 to your computer and use it in GitHub Desktop.
Apple MapKit JS Access Token Structure
//Header
{
"typ": "JWT",
"alg": "HS512"
}
//Payload
{
"iss": "mapsapi",
"tid": "Your TeamID",
"appid": "Your AppID",
"iti": false,
"irt": false,
"iat": 1636071753,
"exp": 1636073553
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment