Abstract
Abstract
outReturns 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).
Abstract
outReturns an OutOfBandPayloadDecode object.
The object can be used to decode an OutOfBandPayload from a String in JSON format.
Abstract
registrationReturns a Registration object.
The object can be used to register a new authenticator.
Abstract
authReturns an AuthCloudApiRegistration object.
The object can be used to register a new authenticator when using the Nevis Auth Cloud enroll API.
Abstract
authenticationReturns an Authentication object.
The object can be used to authenticate using an already registered authenticator.
Abstract
deregistrationReturns a Deregistration object.
The object can be used to deregister authenticators.
Abstract
deviceReturns a DeviceInformationChange object.
The object can be used to update the device information.
Abstract
deviceReturns 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.
Abstract
deviceReturns 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.
Abstract
pendingReturns 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.
Abstract
pinReturns a PinChange object.
The object can be used to change the PIN of a registered PIN authenticator.
Abstract
passwordReturns a PasswordChange object.
The object can be used to change the password of a registered password authenticator.
Generated using TypeDoc
The interface used to obtain operation objects (registration, deregistration, authentication...).
See
MobileAuthenticationClient.operations