Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update oauth.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulinakhew committed Jul 12, 2021
1 parent c82c4eb commit 6287278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The route for starting the OAuth process (in this case `/login`) will use the li
| `request` | `http.IncomingMessage` | Yes | - | The HTTP Request. |
| `response` | `http.ServerResponse` | Yes | - | The HTTP Response. |
| `shop` | `string` | Yes | - | A Shopify domain name in the form `{exampleshop}.myshopify.com`. |
| `redirectPath` | `string` | Yes | - | The redirect path used for callback with a leading `/`. The route should be whitelisted under the app settings. |
| `redirectPath` | `string` | Yes | - | The redirect path used for callback with a leading `/`. The route should be allowed under the app settings. |
| `isOnline` | `bool` | No | `true` | `true` if the session is online and `false` otherwise. |


Expand Down

0 comments on commit 6287278

Please sign in to comment.