Click or drag to resize

IAuthenticationExecuteAuthRest Method

Executes Keeper Protobuf request.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
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.
See Also