refreshTokenEndpoint property

String refreshTokenEndpoint
final

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;