Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using google provisioning api on my website. I created a domain on google and some users. Now I want to authenticate them using AppsService class.

C#
AppsService service = new AppsService("domain", "admin username", "admin password");

     UserEntry user = service.RetrieveUser("username");


These two lines I found everywhere. But I want to authenticate user with his username and password.
Posted
Comments
ZurdoDev 12-Apr-13 8:08am    
Have you read google's documentation?
mayankkarki 12-Apr-13 9:33am    
I read the provisioning api documentation

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900