cURL
curl --request GET \ --url https://api.anycheck.ai/auth/external/{method}/callback
200
Example
{ "access_token": "<string>", "refresh_token": "<string>"}
Handle OAuth provider callback and exchange authorization code for tokens
OAuth provider method
entra
Authorization code from OAuth provider
State parameter for CSRF protection
OAuth authentication successful
JWT access token
JWT refresh token
Was this page helpful?