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
* Add push credential update (AUT-3560)
Add push.updateCredential(pushToken) bridging the native iOS/Android
SDKs to refresh a push credential's token. Bump 2.14.0 -> 2.15.0 and
the native deps (iOS 2.11.0, Android 3.12.0). Add an example button.
* Clarify push token source in example updateCredential
* Align updateCredential return shape with native SDKs
The iOS/Android SDKs now return the update response (userAuthenticatorId,
userId, lastVerifiedAt, pushToken) instead of a faked AppCredential. Mirror
that here: add UpdatedAppCredential type, remap both native bridges, update
the example. Also tidy the Android bridge null-handling.
0 commit comments