AuthenticatorSelectionHandler

public protocol AuthenticatorSelectionHandler : CancelableHandler

The object handling the outcome of an interaction where the user chooses the authenticator to be used.

  • Provides the AAID of the authenticator selected by the user.

    Declaration

    Swift

    func aaid(_ aaid: String)

    Parameters

    aaid

    the AAID of the selected authenticator.