OpenDOF Project
DOFError(* DOFAuthenticatorStorage::Resolve)(DOFAuthenticatorStorage self, DOFCredentials credentials)

Resolve the given credentials by updating the credential with known identity and credential private storage.

This must not be NULL.

Parameters
selfThe DOFAuthenticatorStorage object. This must not be NULL.
credentialsThe credentials to update. The credentials contain the information necessary for retrieval (based on credential type).
Return values
DOFERROR_OKThe credentials were successfully updated.
Returns
DOFERROR_* (any other defined DOFERROR constant) may be used to indicate failure.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22