OAuth 2.0 Authorization Code Flow
Is this the right authentication method for you?
Before starting to read this page, we invite you to check if this is the best authentication method for you. Please check the flowchart you can find on the Authentication page before proceeding.
You have two options when it comes to retrieving the access token using the OAuth 2.0 Authorization Code Flow, you can either use vanilla code or you can use our SDK OAuth Helper, here you can find the related guides:
📄️ SDK OAuth Helper
Retrieve a token using our Helpers
📄️ Vanilla Code
Retrieve a token using vanilla code