Class JwtBearerAssertionGrant
java.lang.Object
io.micronaut.security.oauth2.grants.JwtBearerAssertionGrant
JWT bearer assertion grant.
- Since:
 - 1.2.0
 - Author:
 - Sergio del Amo
 - See Also:
 
- 
Constructor Details
- 
JwtBearerAssertionGrant
public JwtBearerAssertionGrant() 
 - 
 - 
Method Details
- 
getGrantType
- Returns:
 - urn:ietf:params:oauth:grant-type:jwt-bearer.
 
 - 
getScope
- Returns:
 - Requested scope values for the access token.
 
 - 
setScope
- Parameters:
 scope- Requested scope values for the access token.
 - 
getAssertion
- Returns:
 - The JWT assertion.
 
 - 
setAssertion
- Parameters:
 assertion- The JWT assertion.
 
 -