Skip to content

Commit

Permalink
GitBook: [#82] Fix description of the client id in /get-started/website
Browse files Browse the repository at this point in the history
  • Loading branch information
fungc-io authored and gitbook-bot committed Jul 30, 2022
1 parent b0c4749 commit e513e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-started/website.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ authgear
// default domain should be something like: https://<yourapp>.authgearapps.com
endpoint: "<your_app_endpoint>",
// Client ID of your application
clientID: "<your_api_key>",
clientID: "<your_client_id>",
// sessionType can be "refresh_token" or "cookie", default "refresh_token"
sessionType: "refresh_token",
})
Expand Down

0 comments on commit e513e83

Please sign in to comment.