Validate the authentication response, if present.
| C# | Visual Basic | Visual C++ |
public OpenIdUser RetrieveUser()
Public Function RetrieveUser As OpenIdUser
public: OpenIdUser^ RetrieveUser()
A populated OpenIdUser object, if the response is valid. Null if the response
is invalid.