Package org.keycloak.authentication.otp
Interface OTPApplicationProvider
-
- All Superinterfaces:
Provider
- All Known Implementing Classes:
FreeOTPProvider
,GoogleAuthenticatorProvider
,MicrosoftAuthenticatorOTPProvider
public interface OTPApplicationProvider extends Provider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
boolean
supports(OTPPolicy policy)
-