Class RefreshTokenGrantType

java.lang.Object
org.keycloak.protocol.oidc.grants.OAuth2GrantTypeBase
org.keycloak.protocol.oidc.grants.RefreshTokenGrantType
All Implemented Interfaces:
OAuth2GrantType, Provider

public class RefreshTokenGrantType extends OAuth2GrantTypeBase
OAuth 2.0 Refresh Token Grant https://datatracker.ietf.org/doc/html/rfc6749#section-6
Author:
Dmitry Telegin (et al.)
  • Constructor Details

    • RefreshTokenGrantType

      public RefreshTokenGrantType()
  • Method Details