Mulai
Copy sebuah prompt pengaturan dengan langkah instalasi dan panduan markdown lengkap untuk plugin ini.
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-firebase-authentication`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/firebase-authentication/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
bun add @capgo/capacitor-firebase-authenticationbunx cap syncImport
Bagian berjudul “Import”import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';API Ringkasan
Bagian berjudul “API Ringkasan”applyActionCode
Bagian berjudul “applyActionCode”Menggunakan kode verifikasi code yang dikirimkan melalui email.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.applyActionCode({} as ApplyActionCodeOptions);confirmPasswordReset
Bagian berjudul “confirmPasswordReset”Mengakhiri proses pengaturan ulang kata sandi.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.confirmPasswordReset({} as ConfirmPasswordResetOptions);confirmVerificationCode
Bagian berjudul “konfirmasi kode verifikasi”Mengakhiri proses verifikasi nomor telepon.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.confirmVerificationCode({} as ConfirmVerificationCodeOptions);createUserWithEmailAndPassword
Bagian berjudul “buat akun pengguna dengan email dan kata sandi”Membuat akun pengguna baru dengan email dan kata sandi. Jika akun baru dibuat, pengguna masuk secara otomatis.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.createUserWithEmailAndPassword({} as CreateUserWithEmailAndPasswordOptions);deleteUser
Bagian berjudul “hapus pengguna”Menghapus dan keluar pengguna.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.deleteUser();fetchSignInMethodsForEmail
Bagian berjudul “mengambil metode masuk untuk email”Mengambil metode masuk untuk alamat email.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.fetchSignInMethodsForEmail({} as FetchSignInMethodsForEmailOptions);getCurrentUser
Bagian berjudul “getCurrentUser”Mengambil pengguna yang saat ini masuk.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getCurrentUser();getPendingAuthResult
Bagian berjudul “getPendingAuthResult”Mengembalikan SignInResult Jika aplikasi Anda meluncurkan aliran masuk web dan sistem operasi membersihkan aplikasi saat di latar belakang.
Hanya tersedia untuk Android.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getPendingAuthResult();getIdToken
Bagian berjudul “getIdToken”Mengambil Token Auth Firebase untuk pengguna yang saat ini masuk.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getIdToken();getIdTokenResult
Bagian berjudul “getIdTokenResult”Mengembalikan sebuah JSON Web Token (JWT) yang telah di-deserilkan digunakan untuk mengidentifikasi pengguna ke sebuah layanan Firebase.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getIdTokenResult();getRedirectResult
Bagian berjudul “getRedirectResult”Mengembalikan SignInResult dari alur sign-in berbasis redirect.
Jika sign-in gagal, gagal dengan sebuah kesalahan. SignInResult Jika tidak ada operasi redirect yang dipanggil, mengembalikan sebuah
dengan pengguna null.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getRedirectResult();getTenantId
Salin ke clipboardAmbil ID tenant.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getTenantId();isSignInWithEmailLink
Bagian berjudul “isSignInWithEmailLink”Mengecek apakah tautan masuk adalah tautan sign-in dengan email yang sesuai untuk signInWithEmailLink.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.isSignInWithEmailLink({} as IsSignInWithEmailLinkOptions);linkWithApple
Bagian berjudul “linkWithApple”Menghubungkan akun pengguna dengan penyedia autentikasi Apple.
Pengguna harus sudah masuk di layer native.
Opsi konfigurasi tidak memiliki efek di sini. skipNativeAuth Salin ke clipboard
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithApple();linkWithEmailAndPassword
Menghubungkan akun pengguna dengan penyedia autentikasi Email.Salin ke clipboard
Pengguna harus sudah masuk ke layer native. skipNativeAuth Opsi konfigurasi tidak berpengaruh di sini.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithEmailAndPassword({} as LinkWithEmailAndPasswordOptions);linkWithEmailLink
Bagian berjudul “linkWithEmailLink”Menghubungkan akun pengguna dengan penyedia autentikasi Email.
Pengguna harus sudah masuk ke layer native. skipNativeAuth Opsi konfigurasi tidak berpengaruh di sini.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithEmailLink({} as LinkWithEmailLinkOptions);linkWithFacebook
Bagian berjudul “linkWithFacebook”Menghubungkan akun pengguna dengan penyedia autentikasi Facebook.
Pengguna harus sudah masuk ke layer native. skipNativeAuth Opsi konfigurasi tidak berpengaruh di sini.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithFacebook();linkWithGameCenter
Bagian berjudul “linkWithGameCenter”Menghubungkan akun pengguna dengan penyedia autentikasi Game Center.
Pengguna harus sudah masuk di layer native.
Tidak ada pengaruh dari opsi konfigurasi di sini.
Hanya tersedia untuk iOS. skipNativeAuth Salin ke clipboard
Bagian berjudul “linkWithGithub”
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithGameCenter();linkWithGithub
Pengguna harus sudah masuk di layer native.
Tidak ada pengaruh dari opsi konfigurasi di sini.Links the user account with GitHub authentication provider.
Bagian berjudul “linkWithGithub” skipNativeAuth Menghubungkan akun pengguna dengan penyedia autentikasi __CAPGO_KEEP_0__.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithGithub();linkWithGoogle
Bagian berjudul “linkWithGoogle”Menghubungkan akun pengguna dengan penyedia autentikasi Google.
Pengguna harus sudah masuk di layer native.
Tidak ada efek pada opsi konfigurasi di sini. skipNativeAuth Salin ke clipboard
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithGoogle();linkWithMicrosoft
Menghubungkan akun pengguna dengan penyedia autentikasi Microsoft.Pengguna harus sudah masuk di layer native. Tidak ada efek pada opsi konfigurasi di sini.
Salin ke clipboard skipNativeAuth Bagian berjudul “linkWithOpenIdConnect”
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithMicrosoft();linkWithOpenIdConnect
Bagian berjudul “linkWithApple”Menghubungkan akun pengguna dengan penyedia autentikasi Apple.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithOpenIdConnect({} as LinkWithOpenIdConnectOptions);linkWithPhoneNumber
Bagian berjudul “linkWithPhoneNumber”Menghubungkan akun pengguna dengan penyedia autentikasi Nomor Telepon.
Pengguna harus sudah masuk di layer native.
Opsi pengaturan ini tidak berpengaruh di sini. skipNativeAuth Gunakan
listener untuk menerima pemberitahuan ketika verifikasi selesai. phoneVerificationCompleted Gunakan phoneVerificationFailed listener untuk menerima pemberitahuan ketika verifikasi gagal. phoneCodeSent Gunakan
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithPhoneNumber({} as LinkWithPhoneNumberOptions);linkWithPlayGames
Salin ke clipboardBagian berjudul “linkWithPlayGames”
Pengguna harus masuk ke layer asli. skipNativeAuth Opsi konfigurasi tidak berpengaruh di sini.
Hanya tersedia untuk Android.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithPlayGames();linkWithTwitter
Bagian berjudul “linkWithTwitter”Menghubungkan akun pengguna dengan penyedia autentikasi Twitter.
Pengguna harus masuk ke layer asli. skipNativeAuth Opsi konfigurasi tidak berpengaruh di sini.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithTwitter();linkWithYahoo
Bagian berjudul “linkWithYahoo”Menghubungkan akun pengguna dengan penyedia autentikasi Yahoo.
Pengguna harus masuk ke layer asli.
Opsi konfigurasi tidak berpengaruh di sini. skipNativeAuth Opsi konfigurasi tidak berpengaruh di sini.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithYahoo();reload
Judul bagian “reload”Memulihkan data akun pengguna, jika sudah masuk.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.reload();revokeAccessToken
Judul bagian “revokeAccessToken”Membatalkan token akses yang diberikan. Saat ini hanya mendukung token akses OAuth Apple.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.revokeAccessToken({} as RevokeAccessTokenOptions);sendEmailVerification
Judul bagian “sendEmailVerification”Mengirim email verifikasi kepada pengguna yang sudah masuk.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.sendEmailVerification();sendPasswordResetEmail
Judul bagian “sendPasswordResetEmail”Mengirim email pengaturan kata sandi.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.sendPasswordResetEmail({} as SendPasswordResetEmailOptions);sendSignInLinkToEmail
Bagian berjudul “sendSignInLinkToEmail”Mengirim tautan login ke pengguna dengan alamat email yang ditentukan.
Untuk menyelesaikan login dengan tautan email, panggil signInWithEmailLink dengan alamat email dan tautan email yang disediakan dalam email yang dikirim ke pengguna.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.sendSignInLinkToEmail({} as SendSignInLinkToEmailOptions);setLanguageCode
Bagian berjudul “setLanguageCode”Mengatur bahasa pengguna code untuk operasi autentikasi.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.setLanguageCode({} as SetLanguageCodeOptions);setPersistence
Bagian berjudul “setPersistence”Mengatur jenis penyimpanan untuk sesi autentikasi yang disimpan saat ini.
Hanya tersedia untuk Web.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.setPersistence({} as SetPersistenceOptions);setTenantId
Bagian berjudul “setTenantId”Mengatur ID tenant.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.setTenantId({} as SetTenantIdOptions);signInAnonymously
Bagian berjudul “signInAnonymously”Masuk sebagai pengguna anonim.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInAnonymously();signInWithApple
Bagian berjudul “signInWithApple”Mengaktifkan alur masuk Apple.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithApple();signInWithCustomToken
Bagian berjudul “signInWithCustomToken”Mengaktifkan alur masuk Token Kustom.
Methode ini tidak dapat digunakan bersamaan dengan skipNativeAuth pada Android dan iOS.
Dalam kasus ini Anda harus menggunakan antarmuka Firebase JS __CAPGO_KEEP_0__ secara langsung. signInWithCustomToken interface of the Firebase JS SDK directly.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithCustomToken({} as SignInWithCustomTokenOptions);signInWithEmailAndPassword
Mengaktifkan alur masuk menggunakan alamat email dan kata sandi.Salin ke clipboard
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithEmailAndPassword({} as SignInWithEmailAndPasswordOptions);signInWithEmailLink
Masuk menggunakan alamat email dan tautan masuk email.Salin ke clipboard
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithEmailLink({} as SignInWithEmailLinkOptions);signInWithFacebook
Mengaktifkan alur masuk menggunakan tautan masuk email dan kata sandi.Mulai alur sign-in Facebook.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithFacebook();signInWithGameCenter
Bagian berjudul “signInWithGameCenter”Mulai alur sign-in Game Center.
Hanya tersedia untuk iOS.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithGameCenter();signInWithGithub
Bagian berjudul “signInWithGithub”Mulai alur sign-in GitHub.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithGithub();signInWithGoogle
Bagian berjudul “signInWithGoogle”Mulai alur sign-in Google.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithGoogle();signInWithMicrosoft
Bagian berjudul “signInWithMicrosoft”Mengaktifkan alur sign-in Microsoft.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithMicrosoft();signInWithOpenIdConnect
Bagian berjudul “signInWithOpenIdConnect”Mengaktifkan alur sign-in OpenID Connect.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithOpenIdConnect({} as SignInWithOpenIdConnectOptions);signInWithPhoneNumber
Bagian berjudul “signInWithPhoneNumber”Mengaktifkan alur sign-in menggunakan nomor telepon.
Gunakan phoneVerificationCompleted untuk menerima pemberitahuan ketika verifikasi selesai. phoneVerificationFailed untuk menerima pemberitahuan ketika verifikasi gagal. phoneCodeSent untuk mendapatkan ID verifikasi.
Hanya tersedia untuk Android dan iOS.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithPhoneNumber({} as SignInWithPhoneNumberOptions);signInWithPlayGames
Bagian berjudul “signInWithPlayGames”Mulai alur sign-in Play Games.
Hanya tersedia untuk Android.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithPlayGames();signInWithTwitter
Bagian berjudul “signInWithTwitter”Mulai alur sign-in Twitter.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithTwitter();signInWithYahoo
Bagian berjudul “signInWithYahoo”Mulai alur sign-in Yahoo.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithYahoo();signOut
Bagian berjudul “keluar”Mengaktifkan alur keluar.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signOut();Menghapus penyedia dari akun pengguna.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.unlink({} as UnlinkOptions);updateEmail
Bagian berjudul “update Email”Mengupdate alamat email pengguna yang masuk.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.updateEmail({} as UpdateEmailOptions);updatePassword
Bagian berjudul “update Kata Sandi”Mengupdate kata sandi pengguna yang masuk.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.updatePassword({} as UpdatePasswordOptions);updateProfile
Bagian berjudul “updateProfile”Mengupdate data profil pengguna.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.updateProfile({} as UpdateProfileOptions);useAppLanguage
Bagian berjudul “useAppLanguage”Mengatur bahasa pengguna code menjadi bahasa aplikasi default.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.useAppLanguage();useEmulator
Bagian berjudul “useEmulator”Menginstrument aplikasi untuk berbicara dengan emulator Autentikasi.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.useEmulator({} as UseEmulatorOptions);verifyBeforeUpdateEmail
Bagian berjudul “verifyBeforeUpdateEmail”Mengverifikasi alamat email baru sebelum mengupdate alamat email pengguna yang sedang masuk.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.verifyBeforeUpdateEmail({} as VerifyBeforeUpdateEmailOptions);checkAppTrackingTransparencyPermission
Bagian berjudul “checkAppTrackingTransparencyPermission”Mengecek status saat ini dari transparansi aplikasi pengawasan.
Hanya tersedia di iOS.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.checkAppTrackingTransparencyPermission();requestAppTrackingTransparencyPermission
Bagian berjudul “requestAppTrackingTransparencyPermission”Membuka dialog sistem untuk mengizinkan transparansi aplikasi pengawasan.
Perhatian: Pengguna mungkin telah menonaktifkan permintaan pengawasan di pengaturan perangkat, lihat Dokumentasi Apple.
Hanya tersedia di iOS.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.requestAppTrackingTransparencyPermission();Referensi Tipe
Referensi TipeApplyActionCodeOptions
Referensi Opsi Kode Aksiexport interface ApplyActionCodeOptions { /** * A verification code sent to the user. * * @since 0.2.2 */ oobCode: string;}ConfirmPasswordResetOptions
Referensi Opsi Konfirmasi Reset Sandiexport interface ConfirmPasswordResetOptions { /** * A verification code sent to the user. * * @since 0.2.2 */ oobCode: string; /** * The new password. * * @since 0.2.2 */ newPassword: string;}ConfirmVerificationCodeOptions
Referensi Opsi Konfirmasi Kode Verifikasiexport interface ConfirmVerificationCodeOptions { /** * The verification ID received from the `phoneCodeSent` listener. * * The `verificationCode` option must also be provided. * * @since 5.0.0 */ verificationId: string; /** * The verification code either received from the `phoneCodeSent` listener or entered by the user. * * The `verificationId` option must also be provided. * * @since 5.0.0 */ verificationCode: string;}SignInResult
Referensi Hasil Masukexport interface SignInResult { /** * The currently signed-in user, or null if there isn't any. * * @since 0.1.0 */ user: User | null; /** * Credentials returned by an auth provider. * * @since 0.1.0 */ credential: AuthCredential | null; /** * Additional user information from a federated identity provider. * * @since 0.5.1 */ additionalUserInfo: AdditionalUserInfo | null;}CreateUserWithEmailAndPasswordOptions
Referensi Opsi Membuat Pengguna dengan Sandiexport interface CreateUserWithEmailAndPasswordOptions { /** * @since 0.2.2 */ email: string; /** * @since 0.2.2 */ password: string;}FetchSignInMethodsForEmailOptions
Referensi Opsi Mengambil Metode Masuk untuk Alamat Emailexport interface FetchSignInMethodsForEmailOptions { /** * The user's email address. * * @since 6.0.0 */ email: string;}FetchSignInMethodsForEmailResult
Bagian berjudul “FetchSignInMethodsForEmailResult”export interface FetchSignInMethodsForEmailResult { /** * The sign-in methods for the specified email address. * * This list is empty when [Email Enumeration Protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) * is enabled, irrespective of the number of authentication methods available for the given email. * * @since 6.0.0 */ signInMethods: string[];}GetCurrentUserResult
Bagian berjudul “GetCurrentUserResult”export interface GetCurrentUserResult { /** * The currently signed-in user, or null if there isn't any. * * @since 0.1.0 */ user: User | null;}GetIdTokenOptions
Bagian berjudul “GetIdTokenOptions”export interface GetIdTokenOptions { /** * Force refresh regardless of token expiration. * * @since 0.1.0 */ forceRefresh: boolean;}GetIdTokenResult
Bagian berjudul “GetIdTokenResult”export interface GetIdTokenResult { /** * The Firebase Auth ID token JWT string. * * @since 0.1.0 */ token: string;}GetIdTokenResultOptions
Bagian berjudul “GetIdTokenResultOptions”export interface GetIdTokenResultOptions { /** * Force refresh regardless of token expiration. * * @since 7.4.0 */ forceRefresh: boolean;}GetIdTokenResultResult
Bagian berjudul “GetIdTokenResultResult”export interface GetIdTokenResultResult { /** * The authentication time in milliseconds since the epoch. * * This is the time the user authenticated (signed in) and not the time the token was refreshed. * * @since 7.4.0 */ authTime: number; /** * The ID token expiration time in milliseconds since the epoch. * * @since 7.4.0 */ expirationTime: number; /** * The ID token issuance time in milliseconds since the epoch. * * @since 7.4.0 */ issuedAtTime: number; /** * The sign-in provider through which the ID token was obtained. * * @since 7.4.0 */ signInProvider: string | null; /** * The type of second factor associated with this session, provided the user was multi-factor * authenticated (eg. phone, etc). * * @since 7.4.0 */ signInSecondFactor: string | null; /** * The entire payload claims of the ID token including the standard reserved claims as well as * the custom claims. * * @since 7.4.0 */ claims: Record<string, unknown>;}Sumber Kebenaran
Judul bagian “Sumber Kebenaran”Halaman ini dihasilkan dari plugin’s src/definitions.tsRe-run sinkronisasi ketika publik API berubah di atas