Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadphol authored Sep 27, 2024
1 parent d25fdb1 commit 58d8df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ You could use a refresh token, to get a new token from the oauth server when tok
```typescript
sdk.refreshAccessToken(refreshToken).then((resp) => {
const token = resp.access_token;
// Do stuff with new access token.
// Do stuff with new access token
});
```

Expand Down

0 comments on commit 58d8df7

Please sign in to comment.