refreshCookiePath method
The cookie Path for a cookie-delivered refresh token, or null for the
configured auth cookie path.
Implementation
@override
String? refreshCookiePath(final Session session) =>
primaryTokenManager.refreshCookiePath(session);