updateCustomPasswordAgePolicy_Pre method
Future<UpdateCustomPasswordAgePolicyResponse>
updateCustomPasswordAgePolicy_Pre(
- ServiceCall $call,
- Future<
UpdateCustomPasswordAgePolicyRequest> $request
Implementation
$async.Future<$0.UpdateCustomPasswordAgePolicyResponse>
updateCustomPasswordAgePolicy_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.UpdateCustomPasswordAgePolicyRequest>
$request) async {
return updateCustomPasswordAgePolicy($call, await $request);
}