- Enclosing class:
- GoogleAuthenticatorConfiguration
@ConditionalOnClass(value=org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorage.class)
@ConditionalOnProperty(prefix="cas.authn.mfa.gauth",
name="trustedDeviceEnabled",
havingValue="true",
matchIfMissing=true)
@Configuration(value="gauthMultifactorTrustConfiguration")
public class GoogleAuthenticatorConfiguration.GoogleAuthenticatorMultifactorTrustConfiguration
extends java.lang.Object
The google authenticator multifactor trust configuration.