create_auth_oauth_native_token
Exchange a native client's authorization code for a Mealie token.
Instructions
Exchange a native client's authorization code for a Mealie token.
The native client owns PKCE and state, so the exchange happens server-side without a browser session cookie. This lets passkey-capable system-browser logins (e.g. Pocket ID) work, which the cookie-coupled web callback cannot support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| nonce | No | ||
| redirect_uri | Yes | ||
| code_verifier | Yes |