refreshCookiePath method

String? refreshCookiePath(
  1. Session session
)

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

Implementation

String? refreshCookiePath(final Session session) => null;