Click or drag to resize

IAuthentication Interface

Defines properties and methods of connected Keeper authentication object.

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

The IAuthentication type exposes the following members.

Properties
 NameDescription
Public propertyAuthContext Gets authentication context
Top
Methods
 NameDescription
Public methodExecuteAuthCommand Executes Keeper JSON command.
Public methodExecuteAuthRest Executes Keeper Protobuf request.
Public methodLogout Logout from Keeper server.
Top
Extension Methods
 NameDescription
Public Extension MethodExecuteAuthCommand Executes JSON authenticated command that does not return data.
(Defined by AuthExtensions)
Public Extension MethodExecuteAuthCommandTC Executes JSON authenticated command.
(Defined by AuthExtensions)
Public Extension MethodExecuteAuthCommandTC, TR Executes JSON authenticated command.
(Defined by AuthExtensions)
Public Extension MethodExecuteAuthRestTC, TR Executes Protobuf authenticated request.
(Defined by AuthExtensions)
Public Extension MethodExecuteBatch Execute JSON authenticated command in a batch
(Defined by AuthExtensions)
Public Extension MethodGetAvailableEvents Gets the list of all available audit events
(Defined by AuditLogExtensions)
Public Extension MethodGetEvents Gets audit events in descending order.
(Defined by AuditLogExtensions)
Public Extension MethodGetUserEvents Gets audit events for a user in descending order.
(Defined by AuditLogExtensions)
Public Extension MethodIsAuthenticated Gets authenticated flag.
(Defined by AuthExtensions)
Top
See Also