ENUM

AuthenticatorSelectionPresentation

Contents

swift
public enum AuthenticatorSelectionPresentation

An enum class that represents how the AuthenticatorSelectorStep UI is presented.

Cases

list

swift
case list

Authenticators are rendered as a scrollable List.

tabs

swift
case tabs

Authenticators are rendered with a TabbedPager. The tabs display the authenticators list and a Pager displays the selected authenticator's content.