It's a little cryptic to me, in the API manual it says of getIdentity(): Returns the identity from storage or null if no identity is available
Does that mean it returns what was passed to it? In my case being the array of values?
I think my confusion comes from my programming in .Net, where they have a similar thing to this, but when you check the identity it returns the ID only of the user.
|