Click or drag to resize

IAuth Interface

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

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

The IAuth type exposes the following members.

Properties
 NameDescription
Public propertyAlternatePassword Forces master password login for SSO accounts.
Public propertyDeviceToken Gets or sets device token
Public propertyResumeSession Gets or sets session resumption flag
Public propertyStorage Gets configuration storage
Public propertyUsername Gets or sets username.
Top
Methods
 NameDescription
Public methodLogin Login to Keeper account with email.
Public methodLoginSso Login to Keeper account with SSO Provider.
Top
See Also