OAuth2AuthorizationServer.java
312 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.adobe.granite.oauth.server;
import aQute.bnd.annotation.ProviderType;
@ProviderType
public interface OAuth2AuthorizationServer {
public String getClientName(String var1);
}