public interface AccessTokenGrant extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getType()
Returns the token grant type, example, "authorization_code"
|
javax.ws.rs.core.MultivaluedMap<String,String> |
toMap()
Returns the map containing public grant parameters;
can be used by clients requesting the access tokens.
|
String getType()
Apache CXF