Click or drag to resize

IAuthContext Interface

Defines properties of connected user.

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

The IAuthContext type exposes the following members.

Properties
 NameDescription
Public propertyAccountAuthType Gets account login type
Public propertyClientKey User's Client Key.
Public propertyDataKey User's Data Key.
Public propertyEnforcements Gets user's enterprise enforcements.
Public propertyEnterprisePublicEcKey Enterprise EC Public key
Public propertyIsEnterpriseAdmin Gets enterprise administrator flag.
Public propertyLicense Gets user's account license.
Public propertyPrivateEcKey User's EC Private key
Public propertyPrivateRsaKey User's RSA Private Key.
Public propertySessionToken Connection Token.
Public propertySettings Gets user's account settings.
Public propertySsoLoginInfo Gets SSO provider information
Top
See Also