Class AuthorizationGrant

java.lang.Object
io.jans.as.server.model.common.AbstractAuthorizationGrant
io.jans.as.server.model.common.AuthorizationGrant
All Implemented Interfaces:
IAuthorizationGrant
Direct Known Subclasses:
AuthorizationCodeGrant, CIBAGrant, ClientCredentialsGrant, DeviceCodeGrant, ImplicitGrant, ResourceOwnerPasswordCredentialsGrant, SimpleAuthorizationGrant, TokenExchangeGrant

public abstract class AuthorizationGrant extends AbstractAuthorizationGrant
Base class for all the types of authorization grant.
Version:
September 30, 2021
Author:
Javier Rojas Blum, Yuriy Movchan