Merge pull request #6 from 1mike12/patch-1

fix broken codeblock
This commit is contained in:
Daniel Hougaard
2024-11-12 18:37:12 +04:00
committed by GitHub

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. You can renew the authentication token that is currently set by using the `renew()` method.
```typescript ```typescript
await client.auth().universalAuth.renew(); await client.auth().universalAuth.renew();
```
#### Manually set access token #### 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. 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.