IUserConfiguration Interface

Defines User entity.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IUserConfiguration : IConfigurationId
Implements
IConfigurationId

Properties

LastDevice Last used device.
Password User's password. Optional.
Server Keeper region where user is hosted.
Username User's email address.

See Also