Click or drag to resize

Auth Class

Represents Keeper authentication. (async)
Inheritance Hierarchy
SystemObject
  KeeperSecurity.AuthenticationAuthCommon
    KeeperSecurity.Authentication.AsyncAuth

Namespace: KeeperSecurity.Authentication.Async
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class Auth : AuthCommon, IAuth, IAuthEndpoint

The Auth type exposes the following members.

Constructors
 NameDescription
Public methodAuth Constructor.
Top
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 propertyUi Gets User interaction interface.
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