We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9085abf + d98df24 commit 4840f07Copy full SHA for 4840f07
src/content/docs/developer-tools/sdks/frontend/react-sdk.mdx
@@ -181,7 +181,7 @@ const UserProfile = () => {
181
182
## Call your API
183
184
-The `getToken` method lets you to securely call your API and pass the bearer token to validate that your user is authenticated.
+The `getAccessToken` method lets you to securely call your API and pass the bearer token to validate that your user is authenticated.
185
186
```jsx
187
const { getAccessToken } = useKindeAuth();
0 commit comments