OobAuthenticationFailed

data class OobAuthenticationFailed(val method: String, val recoveryHint: String = "Verify the OOB key matches the device, or try a different OOB method.") : ProvisioningError

Constructors

Link copied to clipboard
constructor(method: String, recoveryHint: String = "Verify the OOB key matches the device, or try a different OOB method.")

Properties

Link copied to clipboard

The OOB method that failed.

Link copied to clipboard