Swift: Retrieve a session

Examples

Get the session data

try await supabase.auth.session

Get the current session without validation

let session = supabase.auth.currentSession