IAuthenticationExecuteAuthRest Method |
Executes Keeper Protobuf request.
Namespace: KeeperSecurity.AuthenticationAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax 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
TaskIMessageTask returning Protobuf response.
See Also