public class OAuthUnauthenticatedTokenRequest extends AbstractOAuthTokenRequest
This class accepts requests that are NOT authenticated, that is requests that do not contain a client_secret.
IMPORTANT: The ClientCredentials Grant Type is NOT supported by this class since client authentication is required
for this grant type. In order to support the client credentials grant type please use the OAuthTokenRequest
class.
Constructor and Description |
---|
OAuthUnauthenticatedTokenRequest(javax.servlet.http.HttpServletRequest request) |
getCode, getGrantType, getPassword, getRefreshToken, getUsername
getClientId, getClientSecret, getParam, getRedirectURI, getScopes, isClientAuthHeaderUsed
public OAuthUnauthenticatedTokenRequest(javax.servlet.http.HttpServletRequest request) throws OAuthSystemException, OAuthProblemException
Copyright © 2010 - 2023 Adobe. All Rights Reserved