Set whether or not the authenticator should operate in debug mode.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFAuthenticatorConfigBuilder setDebug( bool isDebug )
Parameters
- isDebug
- Type: SystemBoolean
Whether or not the authenticator should operate in debug mode.
Return Value
Type: DOFAuthenticatorConfigBuilderThe builder.
Remarks
See Also