linkIdentity()
.linkIdentity()
will fail.signInWith()
using an OAuthProvider. To learn how to handle OTP links & OAuth refer to initializingThe OAuth provider you want to link the user with.
The redirect url to use. If you don't specify this, the platform specific will be used, like deeplinks on android.
Extra configuration.
supabase.auth.linkIdentity(OAuthProvider)
//Example:
supabase.auth.linkIdentity(Google)