Class PasskeysConditionalUIAuthenticator

All Implemented Interfaces:
org.keycloak.authentication.Authenticator, org.keycloak.authentication.CredentialValidator<WebAuthnCredentialProvider>, org.keycloak.provider.Provider

@Deprecated(since="26.3", forRemoval=true) public class PasskeysConditionalUIAuthenticator extends WebAuthnPasswordlessAuthenticator
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • PasskeysConditionalUIAuthenticator

      public PasskeysConditionalUIAuthenticator(org.keycloak.models.KeycloakSession session)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • authenticate

      public void authenticate(org.keycloak.authentication.AuthenticationFlowContext context)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      authenticate in interface org.keycloak.authentication.Authenticator
      Overrides:
      authenticate in class WebAuthnAuthenticator