ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
refresh_request Struct Reference

Request to refresh a JWT token. More...

#include <login_protocol.hpp>

Collaboration diagram for refresh_request:
Collaboration graph

Public Types

using response_type = refresh_response
 

Static Public Attributes

static constexpr std::string_view nats_subject = "iam.v1.auth.refresh"
 

Detailed Description

Request to refresh a JWT token.

The current token is passed in the Authorization: Bearer header. No request body is needed — identity is taken from the token claims.