Kotlin: Retrieve a user

Examples

Get the logged in user with the current session

val user = supabase.gotrue.retrieveUserForCurrentSession(updateSession = true)

Get a user based on their access token

val user = supabase.gotrue.retrieveUser("JWT")