Kotlin: Retrieve a new session

This method will refresh the session whether the current one is expired or not.

Examples

Refresh current session

val session = supabase.gotrue.refreshCurrentSession()

Refresh session using the refresh token

val session = supabase.gotrue.refreshSession(refreshToken = "refreshToken")