approveChallengeNotification
suspend fun approveChallengeNotification(notificationId: String, challengeResponse: String): Result<Boolean>
Approve a challenge-based push notification. This method approves the authentication request for the given challenge notification with the provided challenge response.
Return
A Result containing a Boolean indicating success or an Exception in case of failure.
Parameters
notificationId
The ID of the notification to approve.
challengeResponse
The challenge response provided by the user.