Update README.md

This commit is contained in:
Michael Qin
2024-10-21 18:10:17 -06:00
committed by GitHub
parent d57a84c87e
commit 335e1691e6

View File

@@ -61,7 +61,7 @@ await client.auth().universalAuth.login({
You can renew the authentication token that is currently set by using the `renew()` method.
```typescript
await client.auth().universalAuth.renew();
```
#### Manually set access token
By default, when you run a successful `.login()` method call, the access token returned will be auto set for the client instance. However, if you wish to set the access token manually, you may use this method.