SignInWithIdTokenCredentials
type SignInWithIdTokenCredentials = {
provider:
| "google"
| "apple"
| "azure"
| "facebook"
| "kakao"
| (string & {});
token: string;
access_token?: string;
nonce?: string;
options?: {
};captchaToken?: string;
};