AuthExtensions Class

Provides a set of static methods for IAuthentication interface.

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public static class AuthExtensions
Inheritance
Object    AuthExtensions

Methods

ExecuteAuthCommand(IAuthentication, AuthenticatedCommand) Executes JSON authenticated command that does not return data.
ExecuteAuthCommandTC(IAuthentication, TC) Executes JSON authenticated command.
ExecuteAuthCommandTC, TR(IAuthentication, TC, Boolean) Executes JSON authenticated command.
ExecuteAuthRestTC, TR Executes Protobuf authenticated request.
ExecuteBatch Execute JSON authenticated command in a batch
IsAuthenticated Gets authenticated flag.

See Also