Click or drag to resize

AuthCommonExecuteAuthRest Method

Executes Keeper Protobuf request.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public Task<IMessage> ExecuteAuthRest(
	string endpoint,
	IMessage request,
	Type responseType = null,
	int apiVersion = 0
)

Parameters

endpoint  String
Request endpoint.
request  IMessage
Protobuf request.
responseType  Type  (Optional)
Expected response type
apiVersion  Int32  (Optional)
Request version

Return Value

TaskIMessage
Task returning Protobuf response.

Implements

IAuthenticationExecuteAuthRest(String, IMessage, Type, Int32)
See Also