Interface DeviceInformationMismatch.MissingAuthenticatorInMobileDevice
- All Superinterfaces:
DeviceInformationMismatch
- Enclosing interface:
- DeviceInformationMismatch
public static interface DeviceInformationMismatch.MissingAuthenticatorInMobileDevice
extends DeviceInformationMismatch
An authenticator is registered in the server for an account, but not in the mobile device application.
Fixing this mismatch when invoking DeviceInformationSync
will remove the authenticator
from the server.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.operation.DeviceInformationMismatch
DeviceInformationMismatch.DeviceNameMismatch, DeviceInformationMismatch.FcmRegistrationTokenMismatch, DeviceInformationMismatch.MissingAuthenticatorInMobileDevice, DeviceInformationMismatch.MissingAuthenticatorInServer, DeviceInformationMismatch.MissingDeviceInformationInMobileDevice, DeviceInformationMismatch.MissingDeviceInformationInServer
-
Method Summary
-
Method Details
-
keyId
String keyId()The key ID of the FIDO UAF credentials associated with the missing authenticator.It is encoded in base 64 URL.
- Returns:
- the key ID of the FIDO credentials
-
aaid
String aaid()The AAID of the missing authenticator.- Returns:
- the AAID of the missing authenticator
-
server
Server server()The server where the mismatch occurs.- Returns:
- the server where the mismatch occurs
-