refreshTokenEndpoint property
The API endpoint for refreshing tokens (e.g., /auth/refresh).
This endpoint is called when the JWT expires and needs to be refreshed.
Implementation
final String refreshTokenEndpoint;
The API endpoint for refreshing tokens (e.g., /auth/refresh).
This endpoint is called when the JWT expires and needs to be refreshed.
final String refreshTokenEndpoint;