IAuthenticationExecuteAuthCommand Method |
Executes Keeper JSON command.
Namespace: KeeperSecurity.AuthenticationAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax 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
TaskKeeperApiResponseTask returning JSON response.
See Also