Interface OutOfBandPayloadError
- All Superinterfaces:
MobileAuthenticationClientError
- All Known Subinterfaces:
OutOfBandPayloadError.DecryptionError,OutOfBandPayloadError.DeviceProtectionError,OutOfBandPayloadError.MalformedPayload,OutOfBandPayloadError.NoDeviceLockError
The error returned when there is a problem with the out-of-band payload: it cannot
be decrypted or the provided JSON is not properly formatted.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe encrypted contents of the out-of-band payload could not be decrypted.static interfaceAn error that indicates that some form of tampering was found in the application.static interfaceA violation of the out-of-band payload (contents ofOutOfBandPayloadoccurred.static interfaceThe android device has no secure lock screen. -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description