Uses of Class
org.keycloak.protocol.oidc.grants.RefreshTokenGrantType
Packages that use RefreshTokenGrantType
-
Uses of RefreshTokenGrantType in org.keycloak.protocol.oidc.refresh
Methods in org.keycloak.protocol.oidc.refresh that return RefreshTokenGrantTypeModifier and TypeMethodDescriptionRefreshTokenContext.grant()Returns the value of thegrantrecord component.Constructors in org.keycloak.protocol.oidc.refresh with parameters of type RefreshTokenGrantTypeModifierConstructorDescriptionRefreshTokenContext(org.keycloak.representations.RefreshToken oldRefreshToken, org.keycloak.protocol.oidc.grants.OAuth2GrantType.Context grantContext, RefreshTokenGrantType grant, TokenManager tokenManager, String scopeParameter, String resourceParameter) Creates an instance of aRefreshTokenContextrecord class.