Keeper SDK Class Library
C#
Show/Hide TOC
IAuth
Endpoint Interface
Defines the basic properties of Keeper endpoint object.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
interface
IAuthEndpoint
Properties
DeviceToken
Gets device token
Endpoint
Gets a keeper server endpoint
Username
Gets user email address.
See Also
Reference
KeeperSecurity.Authentication Namespace
In This Article
Definition
Properties
See Also