updatePasswordAgePolicy_Pre method
Future<UpdatePasswordAgePolicyResponse>
updatePasswordAgePolicy_Pre(
- ServiceCall $call,
- Future<
UpdatePasswordAgePolicyRequest> $request
Implementation
$async.Future<$0.UpdatePasswordAgePolicyResponse> updatePasswordAgePolicy_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.UpdatePasswordAgePolicyRequest> $request) async {
return updatePasswordAgePolicy($call, await $request);
}