Skip to main content

RefreshTokenAuthenticationRequest

Represents an authentication refresh request

Extends BaseAuthenticationRequest

Attributes (2)
AttributeTypeRequiredDescription
grant_type'refresh_token'YesThe grant type for the request
refresh_tokenstringNoThe refresh token issued by the authorization server. Optional: browser clients omit it and present the httpOnly refresh cookie instead