OAuth callback
OAuth2
OAuth callback
Handles authorization callback and redirects to client’s registered URI.
GET
OAuth callback
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Paramètres de requête
The authorization code from the authorization server.
The state parameter containing encoded client redirect info.
Error code if authorization failed.
Human-readable error description.
Réponse
302 - undefined

