hwsecurity-fido2 / de.cotech.hw.fido2.ui / WebauthnDialogOptions /
WebauthnDialogOptions
abstract class WebauthnDialogOptions
Types
Name | Summary |
---|---|
Builder | abstract class Builder |
FormFactor | enum FormFactor |
Functions
Name | Summary |
---|---|
builder | open fun builder(): WebauthnDialogOptions.Builder |
getAllowKeyboard | abstract fun getAllowKeyboard(): Boolean |
getAllowSkipPin | abstract fun getAllowSkipPin(): Boolean |
getFormFactor | abstract fun getFormFactor(): WebauthnDialogOptions.FormFactor |
getPreventScreenshots | abstract fun getPreventScreenshots(): Boolean |
getShowSdkLogo | abstract fun getShowSdkLogo(): Boolean |
getTheme | abstract fun getTheme(): Int |
getTimeoutMs | abstract fun getTimeoutMs(): Long |
getTitle | abstract fun getTitle(): String |
isForceU2f | abstract fun isForceU2f(): Boolean |