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 our API reference for SecurityKeyManagerConfig.

hwsecurity-ui: SecurityKeyDialogOptions

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

The options are documented in our API reference for SecurityKeyDialogOptions.

hwsecurity-fido: FidoDialogOptions

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

The options are documented in our API reference for FidoDialogOptions.

hwsecurity-fido2: WebauthnDialogOptions

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

The options are documented in our API reference for WebauthnDialogOptions.