OpenDOF Project
DOFAuthenticator DOF_GetAuthenticator ( const DOF  self,
DOFObjectIDDomain  domainID 
)

Returns a DOFAuthenticator known to the DOF.

Lifecycle
The data returned is owned by the DOF and is only valid as long as the DOF remains valid. It must not be destroyed individually.
Parameters
selfThe DOF. This must not be NULL.
domainIDThe domain ID. This should not be NULL.
Returns
The DOFAuthenticator known to the DOF.
Exceptions
NULLis returned if the authenticator is not known to the DOF, or an invalid parameter was detected.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22