Home / core / src / main / java / org / keycloak / representations / idm / OAuthClientRepresentation.java
package org.keycloak.representations.idm; /** * @author <a href="mailto:bill@burkecentral.com">Bill Burke</a> * @version $Revision: 1 $ */ @Deprecated public class OAuthClientRepresentation extends ApplicationRepresentation { }