Click or drag to resize

IAuthenticationExecuteAuthCommand Method

Executes Keeper JSON command.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task<KeeperApiResponse> ExecuteAuthCommand(
	AuthenticatedCommand command,
	Type responseType,
	bool throwOnError
)

Parameters

command  AuthenticatedCommand
Keeper JSON command.
responseType  Type
Type of response.
throwOnError  Boolean
throws exception on error.

Return Value

TaskKeeperApiResponse
Task returning JSON response.
See Also