Replies: 1 comment 1 reply
-
| For async auth handling, we recommend using helper method - In its current architecture, the SDK does not wait for async operation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. i would like to know if there is any way to fetch JWT token asynchronously? as per the documentation i'm using following code to setup
IterableAuthHandlerHere
AuthManager.getIdTokenAsync()is an API call which will take few seconds to return response. but this callback function need string as a return type. so how is it possible to return token after i receive it from backend ?Beta Was this translation helpful? Give feedback.
All reactions