@ConsumerType public interface AuthorizationCodeAcceptor
Provider
s can implement to indicate
they can accept authorization code requests directly.Modifier and Type | Method and Description |
---|---|
boolean |
acceptsCodeRequest(HttpServletRequest request,
org.scribe.model.OAuthConfig config)
Return true if the request contains a valid authorization token
that should be used to request an access token from the identity provider.
|
boolean acceptsCodeRequest(HttpServletRequest request, org.scribe.model.OAuthConfig config)
request
- The request object containing the information for the authentication.Copyright © 2010 - 2020 Adobe. All Rights Reserved