Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 848 Bytes

File metadata and controls

27 lines (14 loc) · 848 Bytes

SDK Configuration

SecurityKeyManagerConfig

The behaviour of the Hardware Security SDK in general can be configured using SecurityKeyManagerConfig.Builder(). This should be done in your app's Application subclass.

The options are documented in SecurityKeyManagerConfig.

hwsecurity-ui: SecurityKeyDialogOptions

The dialog in hwsecurity-ui can be configured using SecurityKeyDialogOptions.Builder()

The options are documented in SecurityKeyDialogOptions.

hwsecurity-fido: FidoDialogOptions

The dialog in hwsecurity-fido can be configured using FidoDialogOptions.Builder()

The options are documented in FidoDialogOptions.

hwsecurity-fido2: WebauthnDialogOptions

The dialog in hwsecurity-fido2 can be configured using WebauthnDialogOptions.Builder()

The options are documented in WebauthnDialogOptions.