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
Modifier and TypeInterfaceDescriptionstatic interface
The encrypted contents of the out-of-band payload could not be decrypted.static interface
An error that indicates that some form of tampering was found in the application.static interface
A violation of the out-of-band payload (contents ofOutOfBandPayload
occurred.static interface
The android device has no secure lock screen. -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description