Last updated:
0 purchases
huddle01 auth
Huddle01 Auth Package #
Web3-Native Zoom for Builders/DAOs/NFT Communities
Community
·
Documentation
The Huddle01 Flutter SDK offers a comprehensive suite of methods and event listeners that allow for seamless real-time audio and video communication with minimal coding required.
Pre Requisites #
Before using the Huddle01 Auth Add-On, you must be acquainted with
huddle01_flutter_client
Installation #
To get started with the Huddle01 Auth, you can install the package using:
flutter pub add huddle01_auth
copied to clipboard
Usage #
// Wallet Address
String address = '0x15900c698ee356E6976e5645394F027F0704c8Eb';
// Initializing HuddleAuth
HuddleAuth huddleAuth = HuddleAuth();
// Get Message
huddleAuth.getMessage(address);
// Get Access Token
huddleAuth.getAccessToken(signature, address);
// Get Lens Message
huddleAuth.getLensMessage(address);
// Get Lens Access Token
huddleAuth.getLensAccessToken(signature, address);
copied to clipboard
💡 For more information head to https://huddle01.com/docs
💡 For any help reach out to us on
Discord
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.