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.

  • 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