This method will refresh the session whether the current one is expired or not.
The refresh token to use.
val session = supabase.auth.refreshCurrentSession()
val session = supabase.auth.refreshSession(refreshToken = "refreshToken")