Skip to content

v4.1.0 🚀

Choose a tag to compare

@github-actions github-actions released this 25 Jun 03:33
40bc22c

v4.1.0

Add push credential update

Adds AuthsignalPush.updateCredential(pushToken) so an enrolled device can refresh its push (FCM/APNs) token after enrolment — for example from a background onNewToken callback, with no user session or track call required.

The device proves possession of its existing credential before the update is applied.

val response = authsignal.push.updateCredential(pushToken)

Returns the updated credential details on success.