Log in an existing user by exchanging an Auth Code issued during the PKCE flow.
flow_type
is set to pkce
in client options.undefined
response = supabase.auth.exchange_code_for_session(
\{"auth_code": "34e770dd-9ff9-416c-87fa-43b31d7ef225"\}
)