Authenticating Users
Integrate Hyphen Authenticate
try {
// Retrieve user's account information
await HyphenAuthenticate.getAccount();
// Authenticate user with webClientId
await HyphenAuthenticate.authenticate("your_web_client_id");
} catch (e) {
// Handle errors
print("Error: $e");
}Authenticate with Google Account
Last updated
Was this helpful?