Package-level declarations
Types
Link copied to clipboard
class DeviceTokenMissingException(message: String = "Device token not set. Call setDeviceToken() before registering credentials.", cause: Throwable? = null) : MfaException
Exception thrown when attempting to register a push credential without setting a device token.
Link copied to clipboard
class NotificationExpiredException(val notificationId: String, val ttlSeconds: Int, cause: Throwable? = null) : MfaException
Exception thrown when attempting to approve or deny an expired push notification.
Link copied to clipboard
class NotificationNotFoundException(val notificationId: String, cause: Throwable? = null) : MfaException
Exception thrown when attempting to operate on a push notification that does not exist.