getPasswordAgePolicy_Pre method
Future<GetPasswordAgePolicyResponse>
getPasswordAgePolicy_Pre(
- ServiceCall $call,
- Future<
GetPasswordAgePolicyRequest> $request
Implementation
$async.Future<$0.GetPasswordAgePolicyResponse> getPasswordAgePolicy_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetPasswordAgePolicyRequest> $request) async {
return getPasswordAgePolicy($call, await $request);
}