Click or drag to resize

IAuthEndpoint Interface

Defines the basic properties of Keeper endpoint object.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IAuthEndpoint

The IAuthEndpoint type exposes the following members.

Properties
 NameDescription
Public propertyDeviceToken Gets device token
Public propertyEndpoint Gets a keeper server endpoint
Public propertyUsername Gets user email address.
Top
See Also