Interface AuthenticationFlowCallbackFactory

All Superinterfaces:
AuthenticatorFactory, ConfigurableAuthenticatorFactory, org.keycloak.provider.ConfiguredProvider, org.keycloak.provider.ProviderFactory<Authenticator>

public interface AuthenticationFlowCallbackFactory extends AuthenticatorFactory
Factory to create AuthenticationFlowCallback instances. Mostly used as marker interface.
Author:
Marek Posolda