Expand description
OAuth 2.0 authentication flows.
Structsยง
- AppAccess
Token Response - Response from the app access token endpoint.
- Debug
Token Data - Inner payload of a debug-token response.
- Debug
Token Response - Response from the debug token endpoint (
/debug_token). - Long
Lived Token Response - Response from the long-lived token exchange (
/access_token). - Token
Response - Response from the short-lived token exchange (
/oauth/access_token).