Skip to content

Instantly share code, notes, and snippets.

@dnno
Created April 12, 2023 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnno/b4b36d8f0d66572d46eccf0c0b28d702 to your computer and use it in GitHub Desktop.
Save dnno/b4b36d8f0d66572d46eccf0c0b28d702 to your computer and use it in GitHub Desktop.
auth-response.json
{
"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsInZlciI6 ...",
"token_type": "bearer",
"expires_in": 399,
"asc": "generic:anonym",
"exp": 1681292845
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment