complete_authentication
Finalize OAuth authentication for Kroger by processing the authorization callback URL after user consent in the browser.
Instructions
Complete the OAuth flow using the redirect URL from Kroger.
After opening the auth URL in your browser and authorizing the app,
you'll be redirected to a callback URL. Copy that entire URL and
pass it to this tool to complete the authentication process.
Args:
redirect_url: The full URL from your browser after authorization
Returns:
Dictionary indicating authentication status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| redirect_url | Yes |