Interface AccessTokenGrant

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractGrant, AbstractJwtBearerGrant, AbstractSaml2BearerGrant, AuthorizationCodeGrant, ClientCredentialsGrant, JwtBearerClientCredentialsGrant, JwtBearerGrant, JwtRequestCodeGrant, RefreshTokenGrant, ResourceOwnerGrant, Saml2BearerGrant, SamlBearerClientCredentialsGrant, ServerAuthorizationCodeGrant

public interface AccessTokenGrant extends Serializable
Access Token Grant
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the token grant type, example, "authorization_code"
    jakarta.ws.rs.core.MultivaluedMap<String,String>
    Returns the map containing public grant parameters; can be used by clients requesting the access tokens.
  • Method Details

    • getType

      String getType()
      Returns the token grant type, example, "authorization_code"
      Returns:
      the grant type
    • toMap

      jakarta.ws.rs.core.MultivaluedMap<String,String> toMap()
      Returns the map containing public grant parameters; can be used by clients requesting the access tokens.
      Returns:
      the grant parameters