Returns the identity of the authorized user.
This call is only guaranteed to provide a valid result after the credentials are resolved (DOFCredentials_IsResolved returns true), and it is not permitted that the result change after that point. However, it may return a valid result earlier.
- Lifecycle
- The data returned is owned by the DOFCredentials and is only valid as long as the DOFCredentials remains valid. It must not be destroyed individually.
- Parameters
-
self | The credentials. This must not be NULL. |
- Returns
- The authenticated user identity, or possibly null if called before the credentials are resolved.
- See Also
- DOF_ResolveCredentials