listLoginPolicyIDPs_Pre method
Future<ListLoginPolicyIDPsResponse>
listLoginPolicyIDPs_Pre(
- ServiceCall $call,
- Future<
ListLoginPolicyIDPsRequest> $request
Implementation
$async.Future<$0.ListLoginPolicyIDPsResponse> listLoginPolicyIDPs_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ListLoginPolicyIDPsRequest> $request) async {
return listLoginPolicyIDPs($call, await $request);
}