refreshCookiePath method

  1. @override
String? refreshCookiePath(
  1. Session session
)
override

The cookie Path for a cookie-delivered refresh token, or null for the configured auth cookie path.

Implementation

@override
String? refreshCookiePath(final Session session) =>
    jwtRefreshCookiePath(session);