The objects consuming the outcome of an interaction where the user provides device passcode credentials.

This is used with the Aaid.DEVICE_PASSCODE authenticator attestation identifier. The particularity of this authenticator with the other authenticators, is that the SDK relies on the operating system prompt to authentication (i.e. there is no need to develop a GUI to do the authentication when this authenticator is used).

Hierarchy

Methods

  • This method should be invoked if the operation must be canceled.

    Returns Promise<void>

  • When this method is invoked, the SDK will invoke the operating system prompt to ask the user to provide credentials.

    So no GUI must be explicitly defined by the code using the SDK (as required in the fingerprint and the PIN authenticators).

    Parameters

    Returns Promise<OsAuthenticationListenHandler>

    an OsAuthenticationListenHandler that can be used to cancel listening for OS credentials.

Generated using TypeDoc