Uses of Interface
org.keycloak.authentication.otp.OTPApplicationProvider
-
Packages that use OTPApplicationProvider Package Description org.keycloak.authentication.otp -
-
Uses of OTPApplicationProvider in org.keycloak.authentication.otp
Classes in org.keycloak.authentication.otp that implement OTPApplicationProvider Modifier and Type Class Description classFreeOTPProviderclassGoogleAuthenticatorProviderclassMicrosoftAuthenticatorOTPProviderMethods in org.keycloak.authentication.otp that return OTPApplicationProvider Modifier and Type Method Description OTPApplicationProviderFreeOTPProvider. create(KeycloakSession session)OTPApplicationProviderGoogleAuthenticatorProvider. create(KeycloakSession session)OTPApplicationProviderMicrosoftAuthenticatorOTPProvider. create(KeycloakSession session)
-