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

    Interface UserVerificationContextAbstract

    The object describing the user verification (i.e. the user credential validation) operation to be done.

    This object contains the information required to ask the user to authenticate: the authenticator to be used, whether there were previous errors authenticating, etc.

    interface UserVerificationContext {
        authenticator: Authenticator;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    authenticator: Authenticator

    The authenticator to be used to do the user verification.