We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f5899 commit a60430dCopy full SHA for a60430d
docs/shopify_app/sessions.md
@@ -375,7 +375,7 @@ end
375
# For ShopifyAPI Context - enable requesting expiring offline tokens
376
ShopifyAPI::Context.setup(
377
# ... other configuration
378
- offline_access_token_expires: true, # Opt-in to start requesting expiring offline tokens
+ expiring_offline_access_tokens: true, # Opt-in to start requesting expiring offline tokens
379
)
380
```
381
0 commit comments