Skip to content

Commit

Permalink
Update protect-resource.mdx
Browse files Browse the repository at this point in the history
Fix wrong typing 'cusom_data' to 'custom_data'
  • Loading branch information
idoyudha authored Nov 1, 2023
1 parent 9f033a8 commit 3366e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const config: LogtoConfig = {
};
```

Per our [assumption](#assumption), scope `cusom_data` is not available in the API Resource `https://api-1.store.io`. When getting an Access Token:
Per our [assumption](#assumption), scope `custom_data` is not available in the API Resource `https://api-1.store.io`. When getting an Access Token:

```ts
const accessToken = await logtoClient.getAccessToken('https://api-1.store.io');
Expand Down

0 comments on commit 3366e16

Please sign in to comment.