package org.apereo.cas.support.oauth.profile; import org.pac4j.core.profile.CommonProfile; /** * Specific profile for OAuth client authentication. * * @author Jerome Leleu * @since 5.0.0 */ public class OAuthClientProfile extends CommonProfile { private static final long serialVersionUID = -5939145501924730962L; }