Developing a Backend App with OAuth2
Backend driven apps can keep secrets private and may therefor use the client_secret to retrieve refresh_tokens without using PKCE, although using PKCE additionally is suggested.
Preparing your ilert app

Redirecting the user
User grant view

In case of an error
In case of successful authorization
Turning a code into a token
In case of an error
In case of successful token generation
Using the access token
Refreshing an access token
Accessing token information
Revoking a refresh token
Last updated
Was this helpful?