Click or drag to resize

AuthSync Constructor

Constructor.

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

Parameters

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