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.
-
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.
-
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
IterableAuthHandler
Here
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