Click or drag to resize

IAuthenticationExecuteAuthRest Method

Executes Keeper Protobuf request.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
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)

[Missing <param name="apiVersion"/> documentation for "M:KeeperSecurity.Authentication.IAuthentication.ExecuteAuthRest(System.String,Google.Protobuf.IMessage,System.Type,System.Int32)"]

Return Value

TaskIMessage
Task returning Protobuf response.
See Also