Click or drag to resize

AuthSync Class

Represents Keeper authentication. (sync)
Inheritance Hierarchy
SystemObject
  KeeperSecurity.AuthenticationAuthCommon
    KeeperSecurity.Authentication.SyncAuthSync

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

The AuthSync type exposes the following members.

Constructors
 NameDescription
Public methodAuthSync Constructor.
Top
Properties
 NameDescription
Public propertyAlternatePassword Forces master password login for SSO accounts.
Public propertyDeviceToken Gets or sets device token
Public propertyIsCompleted Gets a value that indicates whether login to Keeper has completed.
Public propertyResumeSession Gets or sets session resumption flag
Public propertyStep Gets a current login step.
Public propertyStorage Gets configuration storage
Public propertyUiCallback Gets User interaction interface.
Public propertyUsername Gets or sets username.
Top
Methods
 NameDescription
Public methodCancel Cancels Keeper login
Public methodLogin Login to Keeper account with email.
Public methodLoginSso Login to Keeper account with SSO Provider.
Public methodLogout Logout from Keeper server.
(Overrides AuthCommonLogout)
Top
See Also