registerWithGooglePlayIntegrity

open suspend override fun registerWithGooglePlayIntegrity(packageName: String, deviceId: String, token: String, registrationId: String?): String

Registers this client against the backend with a Google Play Integrity token.

Return

user ID of the newly created user

Parameters

packageName

app package name.

deviceId

device ID (Android ID).

token

Google Play Integrity token.

registrationId

registration ID to uniquely identify this registration request.