package org.apereo.cas.adaptors.azure; import org.apereo.cas.otp.authentication.OneTimeTokenCredential; /** * This is {@link AzureAuthenticatorTokenCredential}. * * @author Misagh Moayyed * @since 5.1.0 */ public class AzureAuthenticatorTokenCredential extends OneTimeTokenCredential { private static final long serialVersionUID = -7570600701132111037L; }