Python: Sign in a user through SSO

Parameters

Examples

Sign in with email domain

response = supabase.auth.sign_in_with_sso(
    \{"domain": "company.com"\}
)

Sign in with provider UUID

response = supabase.auth.sign_in_with_sso(
    \{"provider_id": "21648a9d-8d5a-4555-a9d1-d6375dc14e92"\}
)