Creates a DOFAuthenticatorConfigBuilder from a given config.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFAuthenticatorConfigBuilder_Destroy or DOFAuthenticatorConfigBuilder_BuildAndDestroy.
- Parameters
-
self | The config. This must not be NULL. |
- Returns
- DOFAuthenticatorConfigBuilder The connection config builder that represents the given config.
- Exceptions
-
NULL | If the builder failed to be built. |