domain
property to start a sign-in flow.providerId
property. For example:
The ID of the SSO provider to use for signing in.
The email domain to use for signing in.
The URL to redirect the user to after they sign in with the third-party provider.
The captcha token to be used for captcha verification.
The launch mode for the auth screen. Defaults to `LaunchMode.platformDefault`.
await supabase.auth.signInWithSSO(
domain: 'company.com',
);
await supabase.auth.signInWithSSO(
providerId: '21648a9d-8d5a-4555-a9d1-d6375dc14e92',
);