Construct an instance of a authenticator configuration builder from a state.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFAuthenticatorState state, DOFAuthenticatorStorage storage )
Parameters
- state
- Type: org.opendof.core.oalDOFAuthenticatorState
The state. This must not be null. - storage
- Type: org.opendof.core.oalDOFAuthenticatorStorage
The authenticator's storage implementation.
Remarks
See Also