Click or drag to resize

Auth Constructor

Constructor.

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

Parameters

authUi  IAuthUI
User Interface.
storage  IConfigurationStorage
Configuration storage.
endpoint  IKeeperEndpoint  (Optional)
Keeper Endpoint.
See Also