You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Asks frontend of the client/app to pass authToken
967
969
Iterable.savedConfig.authHandler!()
968
970
.then((promiseResult)=>{
969
-
// Promise result can be either just String OR of type AuthResponse.
971
+
// Promise result can be either just String OR of type AuthRespronse.
970
972
// If type AuthReponse, authToken will be parsed looking for `authToken` within promised object. Two additional listeners will be registered for success and failure callbacks sent by native bridge layer.
0 commit comments