AuthSync Constructor

Constructor.

Definition

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public AuthSync(
	IConfigurationStorage storage,
	IKeeperEndpoint endpoint = null
)

Parameters

storage  IConfigurationStorage
Configuration storage.
endpoint  IKeeperEndpoint  (Optional)
Keeper Endpoint.

See Also