Skip to main content
This example demonstrates how to handle the OAuth 2.0 callback when using the OAuth 2.0 user flow with the Light API. When a user authorizes your application, they will be redirected back to your specified redirect URI with an authorization code. You need to handle this callback in your application to exchange the authorization code for an access token.