public class ImplicitTokenRequest extends TokenRequest
Constructor and Description |
---|
ImplicitTokenRequest(TokenRequest tokenRequest,
OAuth2Request oauth2Request) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClientId() |
OAuth2Request |
getOAuth2Request() |
Map<String,String> |
getRequestParameters()
Warning: most clients should use the individual properties of this class,
such as {
getScope() or { getClientId() , rather than
retrieving values from this map. |
Set<String> |
getScope() |
int |
hashCode() |
createOAuth2Request, getGrantType, setClientId, setGrantType, setRequestParameters, setScope
public ImplicitTokenRequest(TokenRequest tokenRequest, OAuth2Request oauth2Request)
public OAuth2Request getOAuth2Request()
public String getClientId()
public Map<String,String> getRequestParameters()
getScope()
or { getClientId()
, rather than
retrieving values from this map.Copyright © 2019. All rights reserved.