Skip to content

Commit 4840f07

Browse files
Merge pull request #485 from Krish0369/patch-2
Update getToken to getAccessToken
2 parents 9085abf + d98df24 commit 4840f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/developer-tools/sdks/frontend/react-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const UserProfile = () => {
181181

182182
## Call your API
183183

184-
The `getToken` method lets you to securely call your API and pass the bearer token to validate that your user is authenticated.
184+
The `getAccessToken` method lets you to securely call your API and pass the bearer token to validate that your user is authenticated.
185185

186186
```jsx
187187
const { getAccessToken } = useKindeAuth();

0 commit comments

Comments
 (0)