OAuth callback
OAuth2
OAuth callback
Handles authorization callback and redirects to client’s registered URI.
GET
OAuth callback
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The authorization code from the authorization server.
The state parameter containing encoded client redirect info.
Error code if authorization failed.
Human-readable error description.
Response
302 - undefined

