Package 

Class IdentityVerificationService

    • Method Detail

      • setOnJwtConfigHydratedHandler

         final Unit setOnJwtConfigHydratedHandler(Function1<Boolean, Unit> handler)

        Register a handler invoked once per HYDRATE of the config model. Used by OperationRepo to release pre-HYDRATE deferral and (when IV is required) purge anonymous queued ops. Pass null to clear.

      • start

         Unit start()

        Called when the service is to be started. The appId and appContext have already been established.

      • onModelReplaced

         Unit onModelReplaced(ConfigModel model, String tag)

        Called when the model has been replaced.

        Parameters:
        model - The model
        tag - The tag which identifies how/why the model was replaced.
      • onModelUpdated

         Unit onModelUpdated(ModelChangedArgs args, String tag)

        Called when a property within the model has been updated. This callback wraps IModelChangedHandler.onChanged so users of the model store does not need to manage subscriptions to the individual Model within the store.

        Parameters:
        args - The model changed arguments.
        tag - The tag which identifies how/why the model was updated.