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
This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
1.20.0
Added
deliveryResults on PushChallengeResponse - the per-device outcome of push.challenge(). Each entry contains the userAuthenticatorId and, when the send failed, an errorCode passed through as-is from the push provider (e.g. Unregistered from APNs, UNREGISTERED from FCM). Returned when the tenant sends push notifications via APNs or FCM directly, so your UI can react immediately when a device can't be reached - for example by offering another verification method.
erroredAt and errorCode on Authenticator - set when a push notification fails to send to the authenticator.