IAuth Interface

Defines the properties and methods of not connected Keeper authentication object.

Definition

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

Properties

AlternatePassword Forces master password login for SSO accounts.
DeviceToken Gets or sets device token
ResumeSession Gets or sets session resumption flag
Storage Gets configuration storage
Username Gets or sets username.

Methods

Login Login to Keeper account with email.
LoginSso Login to Keeper account with SSO Provider.

See Also