listMyLinkedIDPs_Pre method
Future<ListMyLinkedIDPsResponse>
listMyLinkedIDPs_Pre(
- ServiceCall call,
- Future<
ListMyLinkedIDPsRequest> request
Implementation
$async.Future<$2.ListMyLinkedIDPsResponse> listMyLinkedIDPs_Pre($grpc.ServiceCall call, $async.Future<$2.ListMyLinkedIDPsRequest> request) async {
return listMyLinkedIDPs(call, await request);
}