updateCustomPasswordAgePolicy_Pre method

Future<UpdateCustomPasswordAgePolicyResponse> updateCustomPasswordAgePolicy_Pre(
  1. ServiceCall call,
  2. Future<UpdateCustomPasswordAgePolicyRequest> request
)

Implementation

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