Interface DeviceInformationMismatch.MissingAuthenticatorInServer
- All Superinterfaces:
DeviceInformationMismatch
- Enclosing interface:
- DeviceInformationMismatch
public static interface DeviceInformationMismatch.MissingAuthenticatorInServer
extends DeviceInformationMismatch
An authenticator is registered in the mobile device application for an account, but not in the server.
Fixing this mismatch when invoking DeviceInformationSync
will remove the authenticator
in the SDK. If this is the latest authenticator for the account, the device information for the account
will also be removed from the application and 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
-
account
Account account()The account associated with the missing authenticator.- Returns:
- the account associated with the missing authenticator
-
aaid
String aaid()The AAID of the missing authenticator.- Returns:
- the AAID of the missing authenticator
-