OpenDOF Project
DOFObjectIDAuthentication DOFCredentials_GetIdentity ( const DOFCredentials  self)

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.

Parameters
selfThe 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
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25