AbstractAbstractoutReturns an OutOfBandOperation object.
The object can be used to process an OutOfBandPayload that was obtained from a QR code or an Intent (push message for example).
AbstractoutReturns an OutOfBandPayloadDecode object.
The object can be used to decode an OutOfBandPayload from a String in JSON format.
AbstractregistrationReturns a Registration object.
The object can be used to register a new authenticator.
AbstractauthReturns an AuthCloudApiRegistration object.
The object can be used to register a new authenticator when using the Nevis Auth Cloud enroll API.
AbstractauthenticationReturns an Authentication object.
The object can be used to authenticate using an already registered authenticator.
AbstractderegistrationReturns a Deregistration object.
The object can be used to deregister authenticators.
AbstractdeviceReturns a DeviceInformationChange object.
The object can be used to update the device information.
AbstractdeviceReturns a DeviceInformationCheck object.
This operation allows identifying possible configuration mismatches between the server and the application running the Mobile SDK.
This is supported only when the backend uses nevisFIDO 7.2408.** or later.
AbstractdeviceReturns a DeviceInformationSync object.
This operation allows correcting the configuration mismatches between the server and the application running the Mobile SDK that were found with a DeviceInformationCheck operation.
This is supported only when the backend uses nevisFIDO 7.2408.** or later.
AbstractpendingReturns a PendingOutOfBandOperations object.
This operation retrieves the out-of-band operations that have been started in the server, and must be handled by the application running the Mobile SDK.
This is supported only when the backend uses nevisFIDO 7.2402.** or later.
AbstractpinReturns a PinChange object.
The object can be used to change the PIN of a registered PIN authenticator.
AbstractpasswordReturns a PasswordChange object.
The object can be used to change the password of a registered password authenticator.
The interface used to obtain operation objects (registration, deregistration, authentication...).
See
MobileAuthenticationClient.operations