-
public final class FidoConfigConfiguration options for the FIDO UI experience.
This data class holds all configurable settings that affect how the FIDO operations are presented to the user. Use FidoConfigManager to modify the global configuration.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisPinPrioritizedprivate final BooleanisCustomThemeEnabledprivate final List<Extension>fidoExtensionsprivate final Function1<Function0<Unit>, Unit>customTheme
-
Method Summary
Modifier and Type Method Description final BooleangetIsPinPrioritized()final BooleangetIsCustomThemeEnabled()final List<Extension>getFidoExtensions()final Function1<Function0<Unit>, Unit>getCustomTheme()-
-
Method Detail
-
getIsPinPrioritized
final Boolean getIsPinPrioritized()
-
getIsCustomThemeEnabled
final Boolean getIsCustomThemeEnabled()
-
getFidoExtensions
final List<Extension> getFidoExtensions()
-
getCustomTheme
final Function1<Function0<Unit>, Unit> getCustomTheme()
-
-
-
-