Function useFedCM

  • Parameters

    • options: UseFedCMOptions = {}

    Returns {
        isSupported: boolean;
        signIn: (providerId: string) => Promise<null | FedCMCredential>;
    }