The interface used to obtain operation objects (registration, deregistration, authentication...).

Hierarchy

  • Operations

Properties

outOfBandOperation: OutOfBandOperation

Returns 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).

outOfBandPayloadDecode: OutOfBandPayloadDecode

Returns an OutOfBandPayloadDecode object.

The object can be used to decode an OutOfBandPayload from a String in JSON format.

registration: Registration

Returns a Registration object.

The object can be used to register a new authenticator.

authCloudApiRegistration: AuthCloudApiRegistration

Returns an AuthCloudApiRegistration object.

The object can be used to register a new authenticator when using the Nevis Auth Cloud enroll API.

authentication: Authentication

Returns an Authentication object.

The object can be used to authenticate using an already registered authenticator.

deregistration: Deregistration

Returns a Deregistration object.

The object can be used to deregister authenticators.

deviceInformationChange: DeviceInformationChange

Returns a DeviceInformationChange object.

The object can be used to update the device information.

pendingOutOfBandOperations: PendingOutOfBandOperations

Returns 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.

pinChange: PinChange

Returns a PinChange object.

The object can be used to change the PIN of a registered PIN authenticator.

passwordChange: PasswordChange

Returns a PasswordChange object.

The object can be used to change the password of a registered password authenticator.

Generated using TypeDoc