Package com.adobe.granite.oauth.server
Interface OAuth2AuthorizationServer
-
@ProviderType public interface OAuth2AuthorizationServer
TheOAuth2AuthorizationEndpoint
provides a simple API to handle client information of an OAuth Authorization Server as defined in http://tools.ietf.org/html/rfc6749
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClientName(String clientId)
Get the client name of the given OAuth client
-