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 class
FreeOTPProvider
class
GoogleAuthenticatorProvider
class
MicrosoftAuthenticatorOTPProvider
Methods in org.keycloak.authentication.otp that return OTPApplicationProvider Modifier and Type Method Description OTPApplicationProvider
FreeOTPProvider. create(KeycloakSession session)
OTPApplicationProvider
GoogleAuthenticatorProvider. create(KeycloakSession session)
OTPApplicationProvider
MicrosoftAuthenticatorOTPProvider. create(KeycloakSession session)
-