updatePasswordAgePolicy_Pre method

Future<UpdatePasswordAgePolicyResponse> updatePasswordAgePolicy_Pre(
  1. ServiceCall $call,
  2. Future<UpdatePasswordAgePolicyRequest> $request
)

Implementation

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