public class JwtBearerClientCredentialsGrant extends AbstractJwtBearerGrant
Constructor and Description |
---|
JwtBearerClientCredentialsGrant(String assertion,
boolean encoded,
String scope) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.MultivaluedMap<String,String> |
toMap()
Returns the map containing public grant parameters;
can be used by clients requesting the access tokens.
|
addScope, encodeAssertion, getType, initMap
public javax.ws.rs.core.MultivaluedMap<String,String> toMap()
AccessTokenGrant
Apache CXF