PingAMPushResponder
PingAM implementation for handling network operations related to Push authentication. This class is responsible for making HTTP requests to the PingAM servers.
Functions
Link copied to clipboard
suspend fun authenticate(credential: PushCredential, notification: PushNotification, approve: Boolean, challengeResponse: String?): Boolean
Send an authentication response (approve or deny) for a notification.
Link copied to clipboard
suspend fun updateDeviceToken(credential: PushCredential, deviceToken: String, deviceName: String): Boolean
Update a device token on the server.