ENUM
AuthenticatorSelectionPresentation
Contents
- Cases
list
tabs
public enum AuthenticatorSelectionPresentation
An enum class that represents how the AuthenticatorSelectorStep
UI is presented.
Cases
list
case list
Authenticators are rendered as a scrollable List.
tabs
case tabs
Authenticators are rendered with a TabbedPager
.
The tabs display the authenticators list and a Pager displays the selected authenticator's content.