Signs in a user using an ID token issued by a supported OIDC provider.
Provider.Google, Provider.Apple, Provider.Azure, and Provider.Facebook.at_hash claim, pass the matching accessToken. If it contains a nonce claim, pass the nonce used to obtain the token.var session = await supabase.Auth.SignInWithIdToken(Provider.Google, idToken);
var session = await supabase.Auth.SignInWithIdToken(Provider.Apple, idToken, nonce: nonce);