RefreshTokenAuthenticationRequest
Represents an authentication refresh request
Extends BaseAuthenticationRequest
Attributes (2)
| Attribute | Type | Required | Description |
|---|---|---|---|
grant_type | 'refresh_token' | Yes | The grant type for the request |
refresh_token | string | No | The refresh token issued by the authorization server. Optional: browser clients omit it and present the httpOnly refresh cookie instead |