Skip to content

Commit

Permalink
fix(grant): config.json from example is missing grant_type
Browse files Browse the repository at this point in the history
  • Loading branch information
mnovozhylov committed Jun 22, 2023
1 parent 2d307f0 commit e9080ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"client_id": "YOUR_CONSUMER_KEY",
"client_secret": "YOUR_CONSUMER_SECRET",
"redirect_uri": "https://a.callback.url",
"__comment": "grant_type is only needed for Client Credentials Grant, otherwise can be removed",
"grant_type": "client_credentials",
"access_token": "access-token-if-known-otherwise-remove",
"refresh_token": "access-token-if-known-otherwise-remove",
"expires_at": "2018-01-01T01:00:00.000Z",
Expand Down

0 comments on commit e9080ea

Please sign in to comment.