Click or drag to resize

IUserConfiguration Interface

Defines User entity.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IUserConfiguration : IConfigurationId

The IUserConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyLastDevice Last used device.
Public propertyPassword User's password. Optional.
Public propertyServer Keeper region where user is hosted.
Public propertyUsername User's email address.
Top
See Also