Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iykedapotential/3104d0db92e189dfe08390dc1e3a78a3 to your computer and use it in GitHub Desktop.
Save iykedapotential/3104d0db92e189dfe08390dc1e3a78a3 to your computer and use it in GitHub Desktop.
authentication-sample-response
Sample Response for Authentication
{
"token_type": "bearer",
"access_token": "548441af077dc2b9056df551b593a60539a3ed19",
"expires_in": 3600,
"refresh_token": "a29779dfc5f45c209aff902a5da15222d69768d6"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment