Hello,

I'm testing the SDK builtin support for openid. I've a question.

>From documentation: "The User object exposes a unique user ID that is
guaranteed to be stable for the lifetime of the user's account, ...."
http://code.google.com/appengine/docs/java/users/overview.html#Users_and_the_Datastore


My code:
UserService userService = UserServiceFactory.getUserService();
User user = userService.getCurrentUser();
String id = user.getUserId();


Is it valid also for OpenID authenticated user?  Does Google guarantee
it as unique? If yes, how Google can do that? I'm curious.  :)


fabrizio

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to