From 335e1691e6c5a8d19dd37b44d5133653668f90ea Mon Sep 17 00:00:00 2001 From: Michael Qin <1mike12@gmail.com> Date: Mon, 21 Oct 2024 18:10:17 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1231182..c44c0d7 100644 --- a/README.md +++ b/README.md @@ -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.