OAuth2ResourceServer.java
378 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;
import com.adobe.granite.oauth.server.Scope;
import java.util.Map;
@ProviderType
public interface OAuth2ResourceServer {
public Map<String, Scope> getAllowedScopes();
}