AccountSelectionHandler

public protocol AccountSelectionHandler : CancelableHandler

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

  • Provides the username of the account selected by the user.

    Declaration

    Swift

    func username(_ username: Username)

    Parameters

    username

    the username of the selected account.