create

open override fun create(context: Context): CallbackRegistry

Creates and configures the CallbackRegistry with FIDO2 callback registrations.

This method is called automatically during app startup and registers the FIDO2 callbacks with the Journey framework. It registers:

  • FidoRegistrationCallback: For handling FIDO2 credential registration operations

  • FidoAuthenticationCallback: For handling FIDO2 authentication operations

Return

The configured CallbackRegistry instance with FIDO2 callbacks registered

Parameters

context

The application context used for callback registration