Create Auth Refresh
create_auth_refreshExtend a valid session by exchanging it for a fresh token, preserving the remember-me setting to keep the session alive beyond the browser.
Instructions
Exchange a valid session token for a fresh one.
The new token carries over the remember-me choice recorded on the old one, so refreshing doesn't downgrade a remembered session to one that dies with the browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||