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

    Interface OperationAbstract

    The generic interface representing an operation returned by Operations.

    interface Operation {
        execute(): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Executes the operation asynchronously.

      Returns Promise<void>