Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class OperationsAbstract

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

    Index

    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.

    deviceInformationCheck: DeviceInformationCheck

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

    deviceInformationSync: DeviceInformationSync

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

    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.