Construct an instance of a authenticator configuration builder from an existing configuration.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFAuthenticatorConfig config )
Parameters
- config
- Type: org.opendof.core.oalDOFAuthenticatorConfig
The existing configuration. This must not be null.
Remarks
See Also