Démarrage
Copiez un prompt de configuration avec les étapes d'installation et le guide Markdown complet pour ce plugin.
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.
Installer
Section intitulée “Installer”bun add @capgo/capacitor-firebase-authenticationbunx cap syncImporter
Section intitulée “Importer”import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';API Aperçu
Section intitulée “API Aperçu”applyActionCode
Section intitulée « appliquer le code d'action »Applique le code de vérification code envoyé à l'utilisateur par email.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.applyActionCode({} as ApplyActionCodeOptions);confirmPasswordReset
Section intitulée « confirmer le réinitialisation du mot de passe »Termine le processus de réinitialisation du mot de passe.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.confirmPasswordReset({} as ConfirmPasswordResetOptions);confirmVerificationCode
Section intitulée « confirmer le code de vérification »Termine le processus de vérification du numéro de téléphone.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.confirmVerificationCode({} as ConfirmVerificationCodeOptions);createUserWithEmailAndPassword
Section intitulée « créer un compte utilisateur avec email et mot de passe »Crée un nouveau compte utilisateur avec email et mot de passe. Si le nouveau compte a été créé, l'utilisateur est connecté automatiquement.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.createUserWithEmailAndPassword({} as CreateUserWithEmailAndPasswordOptions);Supprime et déconnecte l'utilisateur.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.deleteUser();fetchSignInMethodsForEmail
Section intitulée “récupérer les méthodes de connexion pour l'adresse e-mail”Récupère les méthodes de connexion pour une adresse e-mail.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.fetchSignInMethodsForEmail({} as FetchSignInMethodsForEmailOptions);Récupère l'utilisateur actuellement connecté.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getCurrentUser();getPendingAuthResult
Section intitulée “récupérer le résultat d'authentification en attente”Renvoie le SignInResult si votre application a lancé une flux de connexion web et que le système d'exploitation supprime l'application pendant qu'elle est en arrière-plan.
Disponible uniquement pour Android.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getPendingAuthResult();getIdToken
Section intitulée « getIdToken »Récupère le jeton d'authentification Firebase ID pour l'utilisateur actuellement connecté.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getIdToken();getIdTokenResult
Section intitulée « getIdTokenResult »Retourne un jeton Web JSON désérialisé (JWT) utilisé pour identifier l'utilisateur à un service Firebase.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getIdTokenResult();getRedirectResult
Section intitulée « getRedirectResult »Retourne le SignInResult à partir du flux de connexion basé sur la redirection.
Si la connexion n'a pas réussi, échoue avec une erreur.
Si aucune opération de redirection n'a été appelée, retourne un SignInResult Avec un utilisateur null.
Seulement disponible pour Web.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getRedirectResult();getTenantId
Section intitulée “getTenantId”Obtenez l'ID du locataire.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.getTenantId();isSignInWithEmailLink
Section intitulée “isSignInWithEmailLink”Vérifie si un lien entrant est un lien de connexion par e-mail approprié pour signInWithEmailLink.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.isSignInWithEmailLink({} as IsSignInWithEmailLinkOptions);linkWithApple
Section intitulée “linkWithApple”Liaison de l'account utilisateur avec le fournisseur d'authentification Apple.
L'utilisateur doit être connecté sur la couche native.
L skipNativeAuth Cette option de configuration n'a pas d'effet ici.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithApple();linkWithEmailAndPassword
Section intitulée “lier avec Email”Liaise le compte utilisateur avec le fournisseur d'authentification Email.
L'utilisateur doit être connecté sur le niveau natif.
Cette option de configuration n'a pas d'effet ici. skipNativeAuth Copier dans le presse-papier
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithEmailAndPassword({} as LinkWithEmailAndPasswordOptions);L'utilisateur doit être connecté sur le niveau natif. Cette option de configuration n'a pas d'effet ici.
Copier dans le presse-papier skipNativeAuth Cette option de configuration n'a pas d'effet ici.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithEmailLink({} as LinkWithEmailLinkOptions);linkWithFacebook
Section intitulée “seLierAvecFacebook”Liaise l'identifiant de compte utilisateur avec le fournisseur d'authentification Facebook.
L'utilisateur doit être connecté sur la couche native.
La skipNativeAuth option de configuration n'a aucun effet ici.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithFacebook();linkWithGameCenter
Section intitulée “seLierAvecGameCenter”Liaise l'identifiant de compte utilisateur avec le fournisseur d'authentification Game Center.
L'utilisateur doit être connecté sur la couche native.
La skipNativeAuth option de configuration n'a aucun effet ici.
Disponible uniquement sur iOS.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithGameCenter();linkWithGithub
Section intitulée “seLierAvecGitHub”S'associe l'adresse e-mail du compte utilisateur avec GitHub fournisseur d'authentification.
L'utilisateur doit être connecté sur la couche native.
La skipNativeAuth option de configuration n'a pas d'effet ici.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithGithub();linkWithGoogle
Section intitulée “linkWithGoogle”S'associe l'adresse e-mail du compte utilisateur avec Google fournisseur d'authentification.
L'utilisateur doit être connecté sur la couche native.
La skipNativeAuth option de configuration n'a pas d'effet ici.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithGoogle();linkWithMicrosoft
Section intitulée “linkWithMicrosoft”S'associe l'adresse e-mail du compte utilisateur avec Microsoft fournisseur d'authentification.
L'utilisateur doit être connecté sur la couche native.
La skipNativeAuth Cette option de configuration n'a pas d'effet ici.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithMicrosoft();linkWithOpenIdConnect
Section intitulée “linkWithOpenIdConnect”Liaise l'account utilisateur avec un fournisseur OpenID Connect.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithOpenIdConnect({} as LinkWithOpenIdConnectOptions);linkWithPhoneNumber
Section intitulée “linkWithPhoneNumber”Liaise l'account utilisateur avec un fournisseur d'authentification par numéro de téléphone.
L'utilisateur doit être connecté sur la couche native.
La skipNativeAuth Cette option de configuration n'a pas d'effet ici.
Utilisez le phoneVerificationCompleted Utilisez le phoneVerificationFailed Utilisez le phoneCodeSent écouteur pour obtenir l'ID de vérification.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithPhoneNumber({} as LinkWithPhoneNumberOptions);linkWithPlayGames
Section intitulée “linkWithPlayGames”Liaise l'adresse e-mail de l'utilisateur avec le fournisseur d'authentification Play Games.
L'utilisateur doit être connecté sur le niveau natif.
La skipNativeAuth option de configuration n'a aucun effet ici.
Disponible uniquement pour Android.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithPlayGames();linkWithTwitter
Section intitulée “linkWithTwitter”Liaise l'adresse e-mail de l'utilisateur avec le fournisseur d'authentification Twitter.
L'utilisateur doit être connecté sur le niveau natif.
La skipNativeAuth option de configuration n'a aucun effet ici.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithTwitter();linkWithYahoo
Section intitulée “lier avec Yahoo”Liaise l'authentification de compte utilisateur avec le fournisseur d'authentification Yahoo.
L'utilisateur doit être connecté sur la couche native.
La skipNativeAuth option de configuration n'a pas d'effet ici.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.linkWithYahoo();Recharge les données de compte utilisateur, si connecté.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.reload();revokeAccessToken
Section intitulée “révoquer le jeton d'accès”Révoque le jeton d'accès spécifié. Actuellement, uniquement pris en charge pour les jetons d'accès OAuth Apple.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.revokeAccessToken({} as RevokeAccessTokenOptions);sendEmailVerification
Section intitulée « sendEmailVerification »Envoie un e-mail de vérification à l'utilisateur actuellement connecté.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.sendEmailVerification();sendPasswordResetEmail
Section intitulée « sendPasswordResetEmail »Envoie un e-mail de réinitialisation de mot de passe.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.sendPasswordResetEmail({} as SendPasswordResetEmailOptions);sendSignInLinkToEmail
Section intitulée « sendSignInLinkToEmail »Envoie un lien d'inscription par e-mail à l'utilisateur avec l'adresse e-mail spécifiée.
Pour terminer l'inscription avec le lien e-mail, appelez signInWithEmailLink avec l'adresse e-mail et le lien e-mail fournis dans l'e-mail envoyé à l'utilisateur.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.sendSignInLinkToEmail({} as SendSignInLinkToEmailOptions);setLanguageCode
Section intitulée « setLanguageCode »Définit la langue utilisée par l'utilisateur code pour les opérations d'authentification.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.setLanguageCode({} as SetLanguageCodeOptions);setPersistence
Section intitulée “setPersistence”Définit le type de persistance pour la session d'authentification actuellement enregistrée.
Disponible uniquement pour Web.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.setPersistence({} as SetPersistenceOptions);setTenantId
Section intitulée “setTenantId”Définit l'ID du locataire.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.setTenantId({} as SetTenantIdOptions);signInAnonymously
Section intitulée “signInAnonymously”Se connecte en tant qu'utilisateur anonyme.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInAnonymously();signInWithApple
Section intitulée « signInWithApple »Démarre le flux de connexion Apple.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithApple();signInWithCustomToken
Section intitulée « signInWithCustomToken »Démarre le flux de connexion avec un jeton personnalisé.
Cette méthode ne peut pas être utilisée en combinaison avec skipNativeAuth sur Android et iOS. signInWithCustomToken Dans ce cas, vous devez utiliser directement l'interface de Firebase JS SDK.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithCustomToken({} as SignInWithCustomTokenOptions);signInWithEmailAndPassword
Section intitulée « signInWithEmailAndPassword »Démarre le flux de connexion en utilisant un adresse e-mail et un mot de passe.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithEmailAndPassword({} as SignInWithEmailAndPasswordOptions);signInWithEmailLink
Section intitulée “se connecter avec un lien de connexion par e-mail”Se connecte à l'aide d'un e-mail et d'un lien de connexion par e-mail.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithEmailLink({} as SignInWithEmailLinkOptions);signInWithFacebook
Section intitulée “se connecter avec Facebook”Démarre le flux de connexion Facebook.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithFacebook();signInWithGameCenter
Section intitulée “se connecter avec Game Center”Démarre le flux de connexion Game Center.
Seulement disponible pour iOS.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithGameCenter();signInWithGithub
Section intitulée “se connecter avec GitHub”Démarre le flux de connexion GitHub.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithGithub();signInWithGoogle
Section intitulée “se connecter avec Google”Démarre le flux de connexion Google.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithGoogle();signInWithMicrosoft
Section intitulée “se connecter avec Microsoft”Démarre le flux de connexion Microsoft.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithMicrosoft();signInWithOpenIdConnect
Section intitulée “se connecter avec OpenID Connect”Démarre le flux de connexion OpenID Connect.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithOpenIdConnect({} as SignInWithOpenIdConnectOptions);signInWithPhoneNumber
Section intitulée “se connecter avec le numéro de téléphone”Démarre le flux de connexion à l'aide d'un numéro de téléphone.
Utilisez le phoneVerificationCompleted pour être averti lorsque la vérification est terminée.
Utilisez le phoneVerificationFailed pour être averti lorsque la vérification a échoué.
Utilisez le phoneCodeSent pour obtenir l'ID de vérification.
Disponible uniquement pour Android et iOS.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithPhoneNumber({} as SignInWithPhoneNumberOptions);signInWithPlayGames
Section intitulée “signInWithPlayGames”Démarre le flux de connexion à Play Games.
Disponible uniquement pour Android.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithPlayGames();signInWithTwitter
Section intitulée “signInWithTwitter”Démarre le flux de connexion à Twitter.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithTwitter();signInWithYahoo
Section intitulée “se connecter avec Yahoo”Démarre le flux de connexion Yahoo.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signInWithYahoo();Démarre le flux de déconnexion.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.signOut();Désassocie un fournisseur d'un compte utilisateur.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.unlink({} as UnlinkOptions);Met à jour l'adresse e-mail de l'utilisateur actuellement connecté.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.updateEmail({} as UpdateEmailOptions);updatePassword
Section intitulée “mettre à jour le mot de passe”Met à jour le mot de passe de l'utilisateur actuellement connecté.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.updatePassword({} as UpdatePasswordOptions);updateProfile
Section intitulée “mettre à jour le profil”Met à jour les données de profil de l'utilisateur.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.updateProfile({} as UpdateProfileOptions);useAppLanguage
Section intitulée “utiliser la langue de l’application”Définit la langue utilisée par l’application code comme langue par défaut de l’application.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.useAppLanguage();useEmulator
Section intitulée “utiliser l’émulateur”Instrumente votre application pour communiquer avec l’émulateur d’authentification.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.useEmulator({} as UseEmulatorOptions);verifyBeforeUpdateEmail
Section intitulée “verifyBeforeUpdateEmail”Vérifie l'adresse e-mail nouvelle avant de mettre à jour l'adresse e-mail de l'utilisateur actuellement connecté.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.verifyBeforeUpdateEmail({} as VerifyBeforeUpdateEmailOptions);checkAppTrackingTransparencyPermission
Section intitulée “checkAppTrackingTransparencyPermission”Vérifie l'état actuel de la transparence de suivi de l'application.
Seulement disponible sur iOS.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.checkAppTrackingTransparencyPermission();requestAppTrackingTransparencyPermission
Section intitulée “requestAppTrackingTransparencyPermission”Ouvre le dialogue système pour autoriser la transparence de suivi de l'application.
Attention : L'utilisateur peut avoir désactivé la demande de suivi dans les paramètres du appareil, voir La documentation d'Apple.
Disponible uniquement sur iOS.
import { FirebaseAuthentication } from '@capgo/capacitor-firebase-authentication';
await FirebaseAuthentication.requestAppTrackingTransparencyPermission();Référence de type
Section intitulée « Référence de type »ApplyActionCodeOptions
Section intitulée « Options d'application du code d'action »export interface ApplyActionCodeOptions { /** * A verification code sent to the user. * * @since 0.2.2 */ oobCode: string;}ConfirmPasswordResetOptions
Section intitulée « Options de confirmation de réinitialisation de mot de passe »export 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
Section intitulée « Options de confirmation de code de vérification »export 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
Section intitulée « Résultat de connexion »export 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
Section intitulée « Options de création d'un utilisateur avec authentification par mot de passe »export interface CreateUserWithEmailAndPasswordOptions { /** * @since 0.2.2 */ email: string; /** * @since 0.2.2 */ password: string;}FetchSignInMethodsForEmailOptions
Section intitulée « Options de récupération des méthodes de connexion par e-mail »export interface FetchSignInMethodsForEmailOptions { /** * The user's email address. * * @since 6.0.0 */ email: string;}FetchSignInMethodsForEmailResult
Section intitulée « Résultat de récupération des méthodes de connexion par e-mail »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
Section intitulée « Résultat de récupération de l'utilisateur actuel »export interface GetCurrentUserResult { /** * The currently signed-in user, or null if there isn't any. * * @since 0.1.0 */ user: User | null;}export interface GetIdTokenOptions { /** * Force refresh regardless of token expiration. * * @since 0.1.0 */ forceRefresh: boolean;}export interface GetIdTokenResult { /** * The Firebase Auth ID token JWT string. * * @since 0.1.0 */ token: string;}GetIdTokenResultOptions
Section intitulée « GetIdTokenResultOptions »export interface GetIdTokenResultOptions { /** * Force refresh regardless of token expiration. * * @since 7.4.0 */ forceRefresh: boolean;}GetIdTokenResultResult
Section intitulée « 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>;}Source De Vérité
Section intitulée « Source De Vérité »Cette page est générée à partir du plugin’s src/definitions.tsRe-run la synchronisation lorsque le public API change en amont.
Continuez de Getting Started
Section intitulée « Continuez de Getting Started »Si vous utilisez Démarrage pour planifier l'authentification et les flux de compte, connectez-le avec @capgo/capacitor-connexion-social pour les détails d'implémentation dans @capgo/capacitor-connexion-social, @capgo/capacitor-passkey pour les détails d'implémentation dans @capgo/capacitor-passkey, @capgo/capacitor-biométrique-native pour les détails d'implémentation dans @capgo/capacitor-biométrique-native, L'authentification à deux facteurs pour les détails d'implémentation dans L'authentification à deux facteurs, et SSO (Entreprise) pour les détails d'implémentation dans SSO (Entreprise).