OAuthClientRepresentation.java

10 lines | 232 B Blame History Raw Download
package org.keycloak.representations.idm;

/**
 * @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
 * @version $Revision: 1 $
 */
@Deprecated
public class OAuthClientRepresentation extends ApplicationRepresentation {
}