IAuthEndpoint Interface

Defines the basic properties of Keeper endpoint object.

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IAuthEndpoint

Properties

DeviceToken Gets device token
Endpoint Gets a keeper server endpoint
Username Gets user email address.

See Also