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